[OE-core] [RFC][PATCH] libnss-mdns: enable IPv6 as well as IPv4 mnds resolving

Saul Wold sgw at linux.intel.com
Thu Jan 3 03:14:37 UTC 2013


On 12/29/2012 11:50 AM, koen at dominion.thruhere.net wrote:
> From: Koen Kooi <koen at dominion.thruhere.net>
>
>>From the docs: "libnss_mdns.so.2 resolves both IPv6 and IPv4 addresses, libnss_mdns4.so.2 only IPv4 addresses and libnss_mdns6.so.2 only IPv6 addresses."
>
> Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
> ---
>   .../libnss-mdns/libnss-mdns_0.10.bb                |   10 +++++-----
>   1 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.10.bb b/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.10.bb
> index a1f2f9a..ae11487 100644
> --- a/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.10.bb
> +++ b/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.10.bb
> @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1"
>
>   DEPENDS = "avahi"
>   RDEPENDS_${PN} = "avahi-daemon"
> -PR = "r5"
> +PR = "r6"
>
>   SRC_URI = "http://0pointer.de/lennart/projects/nss-mdns/nss-mdns-${PV}.tar.gz"
>
> @@ -24,13 +24,13 @@ DEBIANNAME_${PN} = "libnss-mdns"
>   EXTRA_OECONF = "--libdir=${base_libdir} --disable-lynx --enable-avahi"
>
>   pkg_postinst_${PN} () {
> -if ! grep -q '^hosts:.*\<mdns4\>' $D/etc/nsswitch.conf; then
> -	sed -e 's/^hosts:.*/& mdns4/' -i $D/etc/nsswitch.conf
> +if ! grep -q '^hosts:.*\<mdns\>' $D/etc/nsswitch.conf; then
> +	sed -e 's/^hosts:.*/& mdns/' -i $D/etc/nsswitch.conf
>   fi
>   }
>
>   pkg_prerm_${PN} () {
> -if grep -q '^hosts:.*\<mdns4\>' /etc/nsswitch.conf; then
> -	sed -e '/^hosts:/s/\s\<mdns4\>//' -i /etc/nsswitch.conf
> +if grep -q '^hosts:.*\<mdns\>' /etc/nsswitch.conf; then
> +	sed -e '/^hosts:/s/\s\<mdns\>//' -i /etc/nsswitch.conf
There were some other changes made to this recently, can you please have 
a look at the current version, it now uses the mdns4_minimal

Thanks
	Sau!


>   fi
>   }
>




More information about the Openembedded-core mailing list