diff options
-rw-r--r-- | meta/recipes-extended/ltp/ltp_20200120.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20200120.bb b/meta/recipes-extended/ltp/ltp_20200120.bb index 5be9489a75..3e6cbc63f3 100644 --- a/meta/recipes-extended/ltp/ltp_20200120.bb +++ b/meta/recipes-extended/ltp/ltp_20200120.bb | |||
@@ -68,6 +68,12 @@ do_install(){ | |||
68 | 68 | ||
69 | # Copy POSIX test suite into ${D}/opt/ltp/testcases by manual | 69 | # Copy POSIX test suite into ${D}/opt/ltp/testcases by manual |
70 | cp -r testcases/open_posix_testsuite ${D}/opt/ltp/testcases | 70 | cp -r testcases/open_posix_testsuite ${D}/opt/ltp/testcases |
71 | |||
72 | # Makefile were configured in the build system | ||
73 | find ${D}${prefix} -name Makefile | xargs -n 1 sed -i \ | ||
74 | -e 's@[^ ]*-fdebug-prefix-map=[^ "]*@@g' \ | ||
75 | -e 's@[^ ]*-fmacro-prefix-map=[^ "]*@@g' \ | ||
76 | -e 's@[^ ]*--sysroot=[^ "]*@@g' | ||
71 | } | 77 | } |
72 | 78 | ||
73 | RDEPENDS_${PN} = "\ | 79 | RDEPENDS_${PN} = "\ |