libnss-dns: update to 0.14.1

Change SRC_URI to the new location, drop no longer
supported/unneeded options.

(From OE-Core rev: 7df632664b94d2b5df6e8734937eaefb91e6ff18)

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin
2019-12-18 14:06:18 +01:00
committed by Richard Purdie
parent d085e70eee
commit 5df56c70f4

View File

@@ -1,32 +1,24 @@
SUMMARY = "Name Service Switch module for Multicast DNS (zeroconf) name resolution"
HOMEPAGE = "http://0pointer.de/lennart/projects/nss-mdns/"
HOMEPAGE = "https://github.com/lathiat/nss-mdns"
SECTION = "libs"
LICENSE = "LGPLv2.1+"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1"
DEPENDS = "avahi"
PR = "r7"
SRC_URI = "http://0pointer.de/lennart/projects/nss-mdns/nss-mdns-${PV}.tar.gz \
SRC_URI = "git://github.com/lathiat/nss-mdns \
"
SRC_URI[md5sum] = "03938f17646efbb50aa70ba5f99f51d7"
SRC_URI[sha256sum] = "1e683c2e7c3921814706d62fbbd3e9cbf493a75fa00255e0e715508d8134fa6d"
SRCREV = "41c9c5e78f287ed4b41ac438c1873fa71bfa70ae"
S = "${WORKDIR}/nss-mdns-${PV}"
S = "${WORKDIR}/git"
localstatedir = "/"
inherit autotools
inherit autotools pkgconfig
COMPATIBLE_HOST_libc-musl = 'null'
EXTRA_OECONF = "--libdir=${base_libdir} --disable-lynx --enable-avahi"
# suppress warning, but don't bother with autonamer
LEAD_SONAME = "libnss_mdns.so"
DEBIANNAME_${PN} = "libnss-mdns"
EXTRA_OECONF = "--libdir=${base_libdir}"
RDEPENDS_${PN} = "avahi-daemon"