diff options
-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 | } |