summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/ltp/ltp_20210121.bb1
1 files changed, 1 insertions, 0 deletions
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(){
76 find ${D}${prefix} -name Makefile | xargs -n 1 sed -i \ 76 find ${D}${prefix} -name Makefile | xargs -n 1 sed -i \
77 -e 's@[^ ]*-fdebug-prefix-map=[^ "]*@@g' \ 77 -e 's@[^ ]*-fdebug-prefix-map=[^ "]*@@g' \
78 -e 's@[^ ]*-fmacro-prefix-map=[^ "]*@@g' \ 78 -e 's@[^ ]*-fmacro-prefix-map=[^ "]*@@g' \
79 -e 's@[^ ]*-ffile-prefix-map=[^ "]*@@g' \
79 -e 's@[^ ]*--sysroot=[^ "]*@@g' 80 -e 's@[^ ]*--sysroot=[^ "]*@@g'
80 81
81 # The controllers memcg_stree test seems to cause us hangs and takes 900s 82 # The controllers memcg_stree test seems to cause us hangs and takes 900s