diff options
-rw-r--r-- | meta/recipes-extended/ltp/ltp_20200515.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20200515.bb b/meta/recipes-extended/ltp/ltp_20200515.bb index 0304a40185..67c7590320 100644 --- a/meta/recipes-extended/ltp/ltp_20200515.bb +++ b/meta/recipes-extended/ltp/ltp_20200515.bb | |||
@@ -72,6 +72,10 @@ do_install(){ | |||
72 | -e 's@[^ ]*-fdebug-prefix-map=[^ "]*@@g' \ | 72 | -e 's@[^ ]*-fdebug-prefix-map=[^ "]*@@g' \ |
73 | -e 's@[^ ]*-fmacro-prefix-map=[^ "]*@@g' \ | 73 | -e 's@[^ ]*-fmacro-prefix-map=[^ "]*@@g' \ |
74 | -e 's@[^ ]*--sysroot=[^ "]*@@g' | 74 | -e 's@[^ ]*--sysroot=[^ "]*@@g' |
75 | |||
76 | # The controllers memcg_stree test seems to cause us hangs and takes 900s | ||
77 | # (maybe we expect more regular output?), anyhow, skip it | ||
78 | sed -e '/^memcg_stress/d' -i ${D}${prefix}/runtest/controllers | ||
75 | } | 79 | } |
76 | 80 | ||
77 | RDEPENDS_${PN} = "\ | 81 | RDEPENDS_${PN} = "\ |