summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/ltp/ltp_20160126.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20160126.bb b/meta/recipes-extended/ltp/ltp_20160126.bb
index 278f492e81..7631e0ec00 100644
--- a/meta/recipes-extended/ltp/ltp_20160126.bb
+++ b/meta/recipes-extended/ltp/ltp_20160126.bb
@@ -92,6 +92,14 @@ do_install(){
92 install -d ${D}/opt/ltp/ 92 install -d ${D}/opt/ltp/
93 oe_runmake DESTDIR=${D} SKIP_IDCHECK=1 install 93 oe_runmake DESTDIR=${D} SKIP_IDCHECK=1 install
94 94
95 # fixup not deploy STPfailure_report.pl to avoid confusing about it fails to run
96 # as it lacks dependency on some perl moudle such as LWP::Simple
97 # And this script previously works as a tool for analyzing failures from LTP
98 # runs on the OSDL's Scaleable Test Platform (STP) and it mainly accesses
99 # http://khack.osdl.org to retrieve ltp test results run on
100 # OSDL's Scaleable Test Platform, but now http://khack.osdl.org unaccessible
101 rm -rf ${D}/opt/ltp/bin/STPfailure_report.pl
102
95 # Copy POSIX test suite into ${D}/opt/ltp/testcases by manual 103 # Copy POSIX test suite into ${D}/opt/ltp/testcases by manual
96 cp -r testcases/open_posix_testsuite ${D}/opt/ltp/testcases 104 cp -r testcases/open_posix_testsuite ${D}/opt/ltp/testcases
97} 105}