[oe-commits] [openembedded-core] 53/74: libnss-dns: update to 0.14.1

git at git.openembedded.org git at git.openembedded.org
Sat Dec 28 14:32:46 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 8725b8f1ec2975a56c8d5330cf8bc0c78eea52cc
Author: Alexander Kanavin <alex.kanavin at gmail.com>
AuthorDate: Wed Dec 18 14:06:18 2019 +0100

    libnss-dns: update to 0.14.1
    
    Change SRC_URI to the new location, drop no longer
    supported/unneeded options.
    
    Signed-off-by: Alexander Kanavin <alex.kanavin at gmail.com>
---
 .../{libnss-mdns_0.10.bb => libnss-mdns_0.14.1.bb}   | 20 ++++++--------------
 1 file changed, 6 insertions(+), 14 deletions(-)

diff --git a/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.10.bb b/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.14.1.bb
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 9535059..5e44600 100644
--- a/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.10.bb
+++ b/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.14.1.bb
@@ -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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list