]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 16 Mar 2015 20:06:50 +0000 (21:06 +0100)
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 = "\