From 3b33c0870e404680b89ec2c7dcc618fc48f6f130 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 28 Apr 2021 15:41:09 -0700 Subject: ltp: Filter out -ffile-prefix-map ffile-prefix-map is also needed for reproduble builds and when introduced can be handled (From OE-Core rev: 1f8132450b0192ad0c9f35f8b5dbac186c240e29) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-extended/ltp/ltp_20210121.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta') 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 -- cgit v1.2.3-54-g00ecf