From 6340fa3d56a3c38ec8a90d1c7125941029dab775 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sun, 26 Dec 2021 20:59:39 -0800 Subject: ldns: update to 1.8.1 Builds with openssl 3.x Remove PNBLACKLIST Remove libtool workaround Signed-off-by: Armin Kuster Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/ldns/ldns_1.7.1.bb | 26 -------------------------- meta-oe/recipes-devtools/ldns/ldns_1.8.1.bb | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 26 deletions(-) delete mode 100644 meta-oe/recipes-devtools/ldns/ldns_1.7.1.bb create mode 100644 meta-oe/recipes-devtools/ldns/ldns_1.8.1.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-devtools/ldns/ldns_1.7.1.bb b/meta-oe/recipes-devtools/ldns/ldns_1.7.1.bb deleted file mode 100644 index 858614ceee..0000000000 --- a/meta-oe/recipes-devtools/ldns/ldns_1.7.1.bb +++ /dev/null @@ -1,26 +0,0 @@ -SUMMARY = "LDNS is a DNS library that facilitates DNS tool programming" -HOMEPAGE = "https://nlnetlabs.nl/ldns" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=34330f15b2b4abbbaaa7623f79a6a019" - -SRC_URI = "https://www.nlnetlabs.nl/downloads/ldns/ldns-${PV}.tar.gz" -SRC_URI[md5sum] = "166262a46995d9972aba417fd091acd5" -SRC_URI[sha256sum] = "8ac84c16bdca60e710eea75782356f3ac3b55680d40e1530d7cea474ac208229" - -DEPENDS = "openssl" -PNBLACKLIST[ldns] ?= "Needs porting to openssl 3.x" - -inherit autotools-brokensep - -PACKAGECONFIG ??= "" -PACKAGECONFIG[drill] = "--with-drill,--without-drill" - -EXTRA_OECONF = "--with-ssl=${STAGING_EXECPREFIXDIR} \ - libtool=${TARGET_PREFIX}libtool" - -do_install:append() { - sed -e 's@[^ ]*-ffile-prefix-map=[^ "]*@@g' \ - -e 's@[^ ]*-fdebug-prefix-map=[^ "]*@@g' \ - -e 's@[^ ]*-fmacro-prefix-map=[^ "]*@@g' \ - -i ${D}${libdir}/pkgconfig/*.pc -} diff --git a/meta-oe/recipes-devtools/ldns/ldns_1.8.1.bb b/meta-oe/recipes-devtools/ldns/ldns_1.8.1.bb new file mode 100644 index 0000000000..81e1c62a07 --- /dev/null +++ b/meta-oe/recipes-devtools/ldns/ldns_1.8.1.bb @@ -0,0 +1,23 @@ +SUMMARY = "LDNS is a DNS library that facilitates DNS tool programming" +HOMEPAGE = "https://nlnetlabs.nl/ldns" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=34330f15b2b4abbbaaa7623f79a6a019" + +SRC_URI = "https://www.nlnetlabs.nl/downloads/ldns/ldns-${PV}.tar.gz" +SRC_URI[sha256sum] = "958229abce4d3aaa19a75c0d127666564b17216902186e952ca4aef47c6d7fa3" + +DEPENDS = "openssl" + +inherit autotools-brokensep + +PACKAGECONFIG ??= "" +PACKAGECONFIG[drill] = "--with-drill,--without-drill" + +EXTRA_OECONF = "--with-ssl=${STAGING_EXECPREFIXDIR}" + +do_install:append() { + sed -e 's@[^ ]*-ffile-prefix-map=[^ "]*@@g' \ + -e 's@[^ ]*-fdebug-prefix-map=[^ "]*@@g' \ + -e 's@[^ ]*-fmacro-prefix-map=[^ "]*@@g' \ + -i ${D}${libdir}/pkgconfig/*.pc +} -- cgit v1.2.3-54-g00ecf