From: Khem Raj Date: Wed, 28 Apr 2021 22:41:09 +0000 (-0700) Subject: ltp: Filter out -ffile-prefix-map X-Git-Tag: uninative-3.1~25 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1f8132450b0192ad0c9f35f8b5dbac186c240e29;p=openembedded-core.git ltp: Filter out -ffile-prefix-map ffile-prefix-map is also needed for reproduble builds and when introduced can be handled Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/ltp/ltp_20210121.bb b/meta/recipes-extended/ltp/ltp_20210121.bb index 7c4b56b76c..ffda710762 100644 --- a/meta/recipes-extended/ltp/ltp_20210121.bb +++ b/meta/recipes-extended/ltp/ltp_20210121.bb @@ -76,6 +76,7 @@ do_install(){ find ${D}${prefix} -name Makefile | xargs -n 1 sed -i \ -e 's@[^ ]*-fdebug-prefix-map=[^ "]*@@g' \ -e 's@[^ ]*-fmacro-prefix-map=[^ "]*@@g' \ + -e 's@[^ ]*-ffile-prefix-map=[^ "]*@@g' \ -e 's@[^ ]*--sysroot=[^ "]*@@g' # The controllers memcg_stree test seems to cause us hangs and takes 900s