]> code.ossystems Code Review - openembedded-core.git/commitdiff
libnss-dns: update to 0.14.1
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 18 Dec 2019 13:06:18 +0000 (14:06 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 28 Dec 2019 23:25:35 +0000 (23:25 +0000)
Change SRC_URI to the new location, drop no longer
supported/unneeded options.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.14.1.bb [moved from meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.10.bb with 54% similarity]

similarity index 54%
rename from meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.10.bb
rename to meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.14.1.bb
index 953505971a787aee94ceba5c9423410b61820579..5e4460045b94893cfd6d048f7c1f1480ea3a58c3 100644 (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"