buildroot/package/nss-mdns/Config.in
Thomas Petazzoni 416fd9cd13 Replace (e)glibc by glibc
Following the removal of eglibc support, this commit replaces all
occurences of "(e)glibc" by just "glibc". Most of the occurences are in
package Config.in comments.

In addition, when the form "an (e)glibc ..." was used, it is replaced by
"a glibc ...".

[Peter: add new efi* packages, s/uclibc/uClibc as suggested by Romain,
        systemd / liquid-dsp tweaks as suggested by Yann]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Romain Naour <romain.naour@gmail.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-28 22:19:22 +02:00

20 lines
692 B
Plaintext

config BR2_PACKAGE_NSS_MDNS
bool "nss-mdns"
# libdaemon->avahi uses fork()
depends on BR2_USE_MMU
depends on BR2_TOOLCHAIN_USES_GLIBC
depends on BR2_PACKAGE_AVAHI_DAEMON
help
nss-mdns is a plugin for the GNU Name Service Switch (NSS)
functionality of the GNU C Library (glibc) providing host
name resolution via Multicast DNS (aka Zeroconf, aka Apple
Rendezvous, aka Apple Bonjour), effectively allowing name
resolution by common Unix/Linux programs in the ad-hoc
mDNS domain .local.
http://0pointer.de/lennart/projects/nss-mdns/
comment "nss-mdns needs a glibc toolchain"
depends on BR2_USE_MMU && BR2_PACKAGE_AVAHI_DAEMON
depends on !BR2_TOOLCHAIN_USES_GLIBC