summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2015-03-13 14:47:42 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-20 11:03:48 +0000
commit2c11ccf93af2f789c33b87fc0a4ed748f7d6f262 (patch)
treed8ae342c21c899078e6253e4acd9b3f02259fe7b
parentcffacfbc82eaff3224fb1f1b60133e949315fb6e (diff)
downloadast2050-yocto-poky-2c11ccf93af2f789c33b87fc0a4ed748f7d6f262.zip
ast2050-yocto-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>
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-base.bb4
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 369b63e..262d65f 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 = "\
SUMMARY_packagegroup-base-zeroconf = "Zeroconf support"
RDEPENDS_packagegroup-base-zeroconf = "\
- libnss-mdns \
avahi-daemon"
+RDEPENDS_packagegroup-base-zeroconf_append_libc-glibc = "\
+ libnss-mdns \
+ "
SUMMARY_packagegroup-base-ipv6 = "IPv6 support"
RDEPENDS_packagegroup-base-ipv6 = "\
OpenPOWER on IntegriCloud