[oe] [meta-networking][PATCH] meta-networking: virtual/db dependency corrected to db

Martin Jansa martin.jansa at gmail.com
Wed Dec 20 06:48:38 UTC 2017


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 at gmail.com>
wrote:

> There are already pending changes for this.
>
> On Sat, Dec 16, 2017 at 11:45 AM, Dariusz Pelowski <
> dariusz.pelowski at gmail.com> wrote:
>
>> db doesn't provides virtual/db anymore
>>
>> Signed-off-by: Dariusz Pelowski <dariusz.pelowski at 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 at lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>>
>
>



More information about the Openembedded-devel mailing list