diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2015-03-13 14:47:42 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-20 11:03:48 +0000 |
commit | 2c11ccf93af2f789c33b87fc0a4ed748f7d6f262 (patch) | |
tree | d8ae342c21c899078e6253e4acd9b3f02259fe7b /meta/recipes-core/packagegroups | |
parent | cffacfbc82eaff3224fb1f1b60133e949315fb6e (diff) | |
download | poky-2c11ccf93af2f789c33b87fc0a4ed748f7d6f262.tar.gz |
packagegroup zeroconf: nss-mdns is libc dependant
glibc provides NSS, other libc do not, so only add libnss-mdns to the
zeroconf package group for glibc.
This fixes the build of core-image-sato for e.g. uClibc
(From OE-Core rev: 9a687f73a4422c788dad68d74d992dc68cb80b35)
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/packagegroups')
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-base.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-base.bb b/meta/recipes-core/packagegroups/packagegroup-base.bb index 369b63ea49..262d65f5dc 100644 --- a/meta/recipes-core/packagegroups/packagegroup-base.bb +++ b/meta/recipes-core/packagegroups/packagegroup-base.bb | |||
@@ -347,8 +347,10 @@ RRECOMMENDS_packagegroup-base-nfs = "\ | |||
347 | 347 | ||
348 | SUMMARY_packagegroup-base-zeroconf = "Zeroconf support" | 348 | SUMMARY_packagegroup-base-zeroconf = "Zeroconf support" |
349 | RDEPENDS_packagegroup-base-zeroconf = "\ | 349 | RDEPENDS_packagegroup-base-zeroconf = "\ |
350 | libnss-mdns \ | ||
351 | avahi-daemon" | 350 | avahi-daemon" |
351 | RDEPENDS_packagegroup-base-zeroconf_append_libc-glibc = "\ | ||
352 | libnss-mdns \ | ||
353 | " | ||
352 | 354 | ||
353 | SUMMARY_packagegroup-base-ipv6 = "IPv6 support" | 355 | SUMMARY_packagegroup-base-ipv6 = "IPv6 support" |
354 | RDEPENDS_packagegroup-base-ipv6 = "\ | 356 | RDEPENDS_packagegroup-base-ipv6 = "\ |