diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-12-18 14:06:18 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-28 23:25:42 +0000 |
commit | 5df56c70f4c9020b756408cfcd00bb9436c8a85c (patch) | |
tree | 1bdb2afcdc23af6045a24136227768a0ffe01e5c /meta/recipes-connectivity | |
parent | d085e70eeedb5f36a0d53f384f333ef2404a48bd (diff) | |
download | poky-5df56c70f4c9020b756408cfcd00bb9436c8a85c.tar.gz |
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>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.14.1.bb (renamed from meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.10.bb) | 20 |
1 files 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 index 953505971a..5e4460045b 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 @@ | |||
1 | SUMMARY = "Name Service Switch module for Multicast DNS (zeroconf) name resolution" | 1 | SUMMARY = "Name Service Switch module for Multicast DNS (zeroconf) name resolution" |
2 | HOMEPAGE = "http://0pointer.de/lennart/projects/nss-mdns/" | 2 | HOMEPAGE = "https://github.com/lathiat/nss-mdns" |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | 4 | ||
5 | LICENSE = "LGPLv2.1+" | 5 | LICENSE = "LGPLv2.1+" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1" |
7 | 7 | ||
8 | DEPENDS = "avahi" | 8 | DEPENDS = "avahi" |
9 | PR = "r7" | ||
10 | 9 | ||
11 | SRC_URI = "http://0pointer.de/lennart/projects/nss-mdns/nss-mdns-${PV}.tar.gz \ | 10 | SRC_URI = "git://github.com/lathiat/nss-mdns \ |
12 | " | 11 | " |
13 | 12 | ||
14 | SRC_URI[md5sum] = "03938f17646efbb50aa70ba5f99f51d7" | 13 | SRCREV = "41c9c5e78f287ed4b41ac438c1873fa71bfa70ae" |
15 | SRC_URI[sha256sum] = "1e683c2e7c3921814706d62fbbd3e9cbf493a75fa00255e0e715508d8134fa6d" | ||
16 | 14 | ||
17 | S = "${WORKDIR}/nss-mdns-${PV}" | 15 | S = "${WORKDIR}/git" |
18 | 16 | ||
19 | localstatedir = "/" | 17 | inherit autotools pkgconfig |
20 | |||
21 | inherit autotools | ||
22 | 18 | ||
23 | COMPATIBLE_HOST_libc-musl = 'null' | 19 | COMPATIBLE_HOST_libc-musl = 'null' |
24 | 20 | ||
25 | EXTRA_OECONF = "--libdir=${base_libdir} --disable-lynx --enable-avahi" | 21 | EXTRA_OECONF = "--libdir=${base_libdir}" |
26 | |||
27 | # suppress warning, but don't bother with autonamer | ||
28 | LEAD_SONAME = "libnss_mdns.so" | ||
29 | DEBIANNAME_${PN} = "libnss-mdns" | ||
30 | 22 | ||
31 | RDEPENDS_${PN} = "avahi-daemon" | 23 | RDEPENDS_${PN} = "avahi-daemon" |
32 | 24 | ||