From 2f28a6895f5ada5c62923821b8a052280e7a769f Mon Sep 17 00:00:00 2001 From: kueken Date: Sat, 28 Aug 2021 13:47:17 +0200 Subject: [PATCH] fix Syntax for Hardknott --- meta-networking/recipes-support/curlpp/curlpp_0.8.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 5df9238a67e..bb1ee7d7aee 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 BBCLASSEXTEND = "native nativesdk" -do_install:append() { +do_install_append() { sed -e 's@[^ ]*-ffile-prefix-map=[^ "]*@@g' \ -e 's@[^ ]*-fdebug-prefix-map=[^ "]*@@g' \ -e 's@[^ ]*-fmacro-prefix-map=[^ "]*@@g' \