summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/curlpp/curlpp_0.8.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/curlpp/curlpp_0.8.1.bb b/meta-networking/recipes-support/curlpp/curlpp_0.8.1.bb
index 5df9238a67..bb1ee7d7ae 100644
--- a/meta-networking/recipes-support/curlpp/curlpp_0.8.1.bb
+++ b/meta-networking/recipes-support/curlpp/curlpp_0.8.1.bb
@@ -17,7 +17,7 @@ inherit cmake pkgconfig binconfig
17 17
18BBCLASSEXTEND = "native nativesdk" 18BBCLASSEXTEND = "native nativesdk"
19 19
20do_install:append() { 20do_install_append() {
21 sed -e 's@[^ ]*-ffile-prefix-map=[^ "]*@@g' \ 21 sed -e 's@[^ ]*-ffile-prefix-map=[^ "]*@@g' \
22 -e 's@[^ ]*-fdebug-prefix-map=[^ "]*@@g' \ 22 -e 's@[^ ]*-fdebug-prefix-map=[^ "]*@@g' \
23 -e 's@[^ ]*-fmacro-prefix-map=[^ "]*@@g' \ 23 -e 's@[^ ]*-fmacro-prefix-map=[^ "]*@@g' \