All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking][PATCH] meta-networking: virtual/db dependency corrected to db
@ 2017-12-16 10:45 Dariusz Pelowski
  2017-12-16 13:51 ` Martin Jansa
  0 siblings, 1 reply; 5+ messages in thread
From: Dariusz Pelowski @ 2017-12-16 10:45 UTC (permalink / raw)
  To: openembedded-devel

db doesn't provides virtual/db anymore

Signed-off-by: Dariusz Pelowski <dariusz.pelowski@gmail.com>
---
 meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb | 2 +-
 meta-networking/recipes-daemons/postfix/postfix.inc             | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb
index eaa453d91..64d1a76d6 100644
--- a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb
+++ b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb
@@ -1,7 +1,7 @@
 SUMMARY = "Generic client/server library for SASL authentication"
 SECTION = "libs"
 HOMEPAGE = "http://asg.web.cmu.edu/sasl/"
-DEPENDS = "openssl virtual/db"
+DEPENDS = "openssl db"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=3f55e0974e3d6db00ca6f57f2d206396"
 
diff --git a/meta-networking/recipes-daemons/postfix/postfix.inc b/meta-networking/recipes-daemons/postfix/postfix.inc
index a588bd347..75cf13795 100644
--- a/meta-networking/recipes-daemons/postfix/postfix.inc
+++ b/meta-networking/recipes-daemons/postfix/postfix.inc
@@ -6,11 +6,11 @@ has a definite Sendmail-ish flavor, but the inside is completely different."
 
 HOMEPAGE= "http://www.postfix.org"
 SECTION = "mail"
-DEPENDS = "virtual/db icu libpcre openssl postfix-native \
+DEPENDS = "db icu libpcre openssl postfix-native \
     ${@bb.utils.contains('DISTRO_FEATURES', 'ldap', 'openldap', '', d)} \
     ${@bb.utils.contains('DISTRO_FEATURES', 'sasl', 'cyrus-sasl', '', d)} \
 "
-DEPENDS_class-native = "virtual/db-native icu-native openssl-native libpcre-native"
+DEPENDS_class-native = "db-native icu-native openssl-native libpcre-native"
 
 LICENSE = "IPL-1.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=64375f37431336ea1b1b3005fe3fa354"
-- 
2.15.0



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [meta-networking][PATCH] meta-networking: virtual/db dependency corrected to db
  2017-12-16 10:45 [meta-networking][PATCH] meta-networking: virtual/db dependency corrected to db Dariusz Pelowski
@ 2017-12-16 13:51 ` Martin Jansa
  2017-12-20  6:48   ` Martin Jansa
  0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2017-12-16 13:51 UTC (permalink / raw)
  To: Dariusz Pelowski; +Cc: openembedded-devel

There are already pending changes for this.

On Sat, Dec 16, 2017 at 11:45 AM, Dariusz Pelowski <
dariusz.pelowski@gmail.com> wrote:

> db doesn't provides virtual/db anymore
>
> Signed-off-by: Dariusz Pelowski <dariusz.pelowski@gmail.com>
> ---
>  meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb | 2 +-
>  meta-networking/recipes-daemons/postfix/postfix.inc             | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_
> 2.1.26.bb b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_
> 2.1.26.bb
> index eaa453d91..64d1a76d6 100644
> --- a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb
> +++ b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb
> @@ -1,7 +1,7 @@
>  SUMMARY = "Generic client/server library for SASL authentication"
>  SECTION = "libs"
>  HOMEPAGE = "http://asg.web.cmu.edu/sasl/"
> -DEPENDS = "openssl virtual/db"
> +DEPENDS = "openssl db"
>  LICENSE = "BSD"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=3f55e0974e3d6db00ca6f57f2d206396"
>
> diff --git a/meta-networking/recipes-daemons/postfix/postfix.inc
> b/meta-networking/recipes-daemons/postfix/postfix.inc
> index a588bd347..75cf13795 100644
> --- a/meta-networking/recipes-daemons/postfix/postfix.inc
> +++ b/meta-networking/recipes-daemons/postfix/postfix.inc
> @@ -6,11 +6,11 @@ has a definite Sendmail-ish flavor, but the inside is
> completely different."
>
>  HOMEPAGE= "http://www.postfix.org"
>  SECTION = "mail"
> -DEPENDS = "virtual/db icu libpcre openssl postfix-native \
> +DEPENDS = "db icu libpcre openssl postfix-native \
>      ${@bb.utils.contains('DISTRO_FEATURES', 'ldap', 'openldap', '', d)} \
>      ${@bb.utils.contains('DISTRO_FEATURES', 'sasl', 'cyrus-sasl', '',
> d)} \
>  "
> -DEPENDS_class-native = "virtual/db-native icu-native openssl-native
> libpcre-native"
> +DEPENDS_class-native = "db-native icu-native openssl-native
> libpcre-native"
>
>  LICENSE = "IPL-1.0"
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=64375f37431336ea1b1b3005fe3fa354"
> --
> 2.15.0
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [meta-networking][PATCH] meta-networking: virtual/db dependency corrected to db
  2017-12-16 13:51 ` Martin Jansa
@ 2017-12-20  6:48   ` Martin Jansa
  0 siblings, 0 replies; 5+ messages in thread
From: Martin Jansa @ 2017-12-20  6:48 UTC (permalink / raw)
  To: Dariusz Pelowski; +Cc: openembedded-devel

https://patchwork.openembedded.org/patch/145728/
https://patchwork.openembedded.org/patch/145729/

On Sat, Dec 16, 2017 at 2:51 PM, Martin Jansa <martin.jansa@gmail.com>
wrote:

> There are already pending changes for this.
>
> On Sat, Dec 16, 2017 at 11:45 AM, Dariusz Pelowski <
> dariusz.pelowski@gmail.com> wrote:
>
>> db doesn't provides virtual/db anymore
>>
>> Signed-off-by: Dariusz Pelowski <dariusz.pelowski@gmail.com>
>> ---
>>  meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb | 2 +-
>>  meta-networking/recipes-daemons/postfix/postfix.inc             | 4 ++--
>>  2 files changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.
>> 26.bb b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb
>> index eaa453d91..64d1a76d6 100644
>> --- a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb
>> +++ b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb
>> @@ -1,7 +1,7 @@
>>  SUMMARY = "Generic client/server library for SASL authentication"
>>  SECTION = "libs"
>>  HOMEPAGE = "http://asg.web.cmu.edu/sasl/"
>> -DEPENDS = "openssl virtual/db"
>> +DEPENDS = "openssl db"
>>  LICENSE = "BSD"
>>  LIC_FILES_CHKSUM = "file://COPYING;md5=3f55e0974e3d6db00ca6f57f2d206396"
>>
>> diff --git a/meta-networking/recipes-daemons/postfix/postfix.inc
>> b/meta-networking/recipes-daemons/postfix/postfix.inc
>> index a588bd347..75cf13795 100644
>> --- a/meta-networking/recipes-daemons/postfix/postfix.inc
>> +++ b/meta-networking/recipes-daemons/postfix/postfix.inc
>> @@ -6,11 +6,11 @@ has a definite Sendmail-ish flavor, but the inside is
>> completely different."
>>
>>  HOMEPAGE= "http://www.postfix.org"
>>  SECTION = "mail"
>> -DEPENDS = "virtual/db icu libpcre openssl postfix-native \
>> +DEPENDS = "db icu libpcre openssl postfix-native \
>>      ${@bb.utils.contains('DISTRO_FEATURES', 'ldap', 'openldap', '', d)}
>> \
>>      ${@bb.utils.contains('DISTRO_FEATURES', 'sasl', 'cyrus-sasl', '',
>> d)} \
>>  "
>> -DEPENDS_class-native = "virtual/db-native icu-native openssl-native
>> libpcre-native"
>> +DEPENDS_class-native = "db-native icu-native openssl-native
>> libpcre-native"
>>
>>  LICENSE = "IPL-1.0"
>>  LIC_FILES_CHKSUM = "file://LICENSE;md5=64375f37431336ea1b1b3005fe3fa354"
>> --
>> 2.15.0
>>
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>>
>
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [meta-networking][PATCH] meta-networking: virtual/db dependency corrected to db
@ 2017-12-21 12:40 Yang, Zhangle (Eric)
  0 siblings, 0 replies; 5+ messages in thread
From: Yang, Zhangle (Eric) @ 2017-12-21 12:40 UTC (permalink / raw)
  To: openembedded-devel



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [meta-networking][PATCH] meta-networking: virtual/db dependency corrected to db
@ 2017-12-21 11:53 Yang, Zhangle (Eric)
  0 siblings, 0 replies; 5+ messages in thread
From: Yang, Zhangle (Eric) @ 2017-12-21 11:53 UTC (permalink / raw)
  To: openembedded-devel



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-12-21 12:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-16 10:45 [meta-networking][PATCH] meta-networking: virtual/db dependency corrected to db Dariusz Pelowski
2017-12-16 13:51 ` Martin Jansa
2017-12-20  6:48   ` Martin Jansa
2017-12-21 11:53 Yang, Zhangle (Eric)
2017-12-21 12:40 Yang, Zhangle (Eric)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.