summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/ldns/ldns_1.8.4.bb (renamed from meta-oe/recipes-devtools/ldns/ldns_1.8.3.bb)5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/ldns/ldns_1.8.3.bb b/meta-oe/recipes-devtools/ldns/ldns_1.8.4.bb
index 16816e62d8..f071f579df 100644
--- a/meta-oe/recipes-devtools/ldns/ldns_1.8.3.bb
+++ b/meta-oe/recipes-devtools/ldns/ldns_1.8.4.bb
@@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=34330f15b2b4abbbaaa7623f79a6a019" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=34330f15b2b4abbbaaa7623f79a6a019"
5 5
6SRC_URI = "https://www.nlnetlabs.nl/downloads/ldns/ldns-${PV}.tar.gz" 6SRC_URI = "https://www.nlnetlabs.nl/downloads/ldns/ldns-${PV}.tar.gz"
7SRC_URI[sha256sum] = "c3f72dd1036b2907e3a56e6acf9dfb2e551256b3c1bbd9787942deeeb70e7860" 7SRC_URI[sha256sum] = "838b907594baaff1cd767e95466a7745998ae64bc74be038dccc62e2de2e4247"
8 8
9DEPENDS = "openssl" 9DEPENDS = "openssl"
10 10
@@ -19,5 +19,6 @@ do_install:append() {
19 sed -e 's@[^ ]*-ffile-prefix-map=[^ "]*@@g' \ 19 sed -e 's@[^ ]*-ffile-prefix-map=[^ "]*@@g' \
20 -e 's@[^ ]*-fdebug-prefix-map=[^ "]*@@g' \ 20 -e 's@[^ ]*-fdebug-prefix-map=[^ "]*@@g' \
21 -e 's@[^ ]*-fmacro-prefix-map=[^ "]*@@g' \ 21 -e 's@[^ ]*-fmacro-prefix-map=[^ "]*@@g' \
22 -i ${D}${libdir}/pkgconfig/*.pc 22 -e 's@${RECIPE_SYSROOT}@@g' \
23 -i ${D}${libdir}/pkgconfig/*.pc ${D}${bindir}/ldns-config
23} 24}