summaryrefslogtreecommitdiffstats
path: root/recipes-extended/ltp/ltp_20140422.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/ltp/ltp_20140422.bbappend')
-rw-r--r--recipes-extended/ltp/ltp_20140422.bbappend6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-extended/ltp/ltp_20140422.bbappend b/recipes-extended/ltp/ltp_20140422.bbappend
index 59a4341..1163fde 100644
--- a/recipes-extended/ltp/ltp_20140422.bbappend
+++ b/recipes-extended/ltp/ltp_20140422.bbappend
@@ -1,3 +1,9 @@
1FILESEXTRAPATHS_append := "${THISDIR}/files"
2
3SRC_URI += " \
4 file://periodic_output.patch \
5 "
6
1do_compile_prepend () { 7do_compile_prepend () {
2 ( make -C ${B}/testcases/open_posix_testsuite generate-makefiles conformance-all tools-all functional-all stress-all ) 8 ( make -C ${B}/testcases/open_posix_testsuite generate-makefiles conformance-all tools-all functional-all stress-all )
3} 9}