]> code.ossystems Code Review - openembedded-core.git/commitdiff
packagegroup zeroconf: nss-mdns is libc dependant
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 13 Mar 2015 13:47:42 +0000 (14:47 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Mar 2015 10:59:06 +0000 (10:59 +0000)
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

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
meta/recipes-core/packagegroups/packagegroup-base.bb

index 369b63ea49961c7f6083337b38d38f28f8a7eaeb..262d65f5dc0c4bc3aedda6b2ac60cebbef837612 100644 (file)
@@ -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 = "\