diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-07-27 23:55:23 -0700 |
---|---|---|
committer | Armin Kuster <akuster@mvista.com> | 2025-04-16 20:30:23 -0400 |
commit | e71b2ad9bf656c94716afe646cc449fd026c8393 (patch) | |
tree | cdf9b53a78ee320b08b5cd067537f070f1249475 | |
parent | a627269b8ad22d342ececfe70d2de4f3d0dc70fe (diff) | |
download | meta-openembedded-e71b2ad9bf656c94716afe646cc449fd026c8393.tar.gz |
ldns: Fix buildpaths QA issues
MJ: Backported from 'ldns: Upgrade to 1.8.4' commit without the upgrade.
Fix buildpaths QA errors while here
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster@mvista.com>
-rw-r--r-- | meta-oe/recipes-devtools/ldns/ldns_1.8.3.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/ldns/ldns_1.8.3.bb b/meta-oe/recipes-devtools/ldns/ldns_1.8.3.bb index 16816e62d8..80e5571954 100644 --- a/meta-oe/recipes-devtools/ldns/ldns_1.8.3.bb +++ b/meta-oe/recipes-devtools/ldns/ldns_1.8.3.bb | |||
@@ -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 | } |