summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/elfutils/elfutils_0.187.bb1
-rw-r--r--meta/recipes-devtools/flex/flex_2.6.4.bb1
2 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.187.bb b/meta/recipes-devtools/elfutils/elfutils_0.187.bb
index 31983dfd6b..d03da61353 100644
--- a/meta/recipes-devtools/elfutils/elfutils_0.187.bb
+++ b/meta/recipes-devtools/elfutils/elfutils_0.187.bb
@@ -56,6 +56,7 @@ do_compile_ptest() {
56 cd ${B}/tests 56 cd ${B}/tests
57 oe_runmake buildtest-TESTS oecheck 57 oe_runmake buildtest-TESTS oecheck
58} 58}
59PTEST_PARALLEL_MAKE = ""
59 60
60do_install_ptest() { 61do_install_ptest() {
61 if [ ${PTEST_ENABLED} = "1" ]; then 62 if [ ${PTEST_ENABLED} = "1" ]; then
diff --git a/meta/recipes-devtools/flex/flex_2.6.4.bb b/meta/recipes-devtools/flex/flex_2.6.4.bb
index c7cd965347..8736b3585e 100644
--- a/meta/recipes-devtools/flex/flex_2.6.4.bb
+++ b/meta/recipes-devtools/flex/flex_2.6.4.bb
@@ -60,6 +60,7 @@ RDEPENDS:${PN}-ptest += "bash gawk make"
60do_compile_ptest() { 60do_compile_ptest() {
61 oe_runmake -C ${B}/tests -f ${B}/tests/Makefile top_builddir=${B} INCLUDES=-I${S}/src buildtests 61 oe_runmake -C ${B}/tests -f ${B}/tests/Makefile top_builddir=${B} INCLUDES=-I${S}/src buildtests
62} 62}
63PTEST_PARALLEL_MAKE = ""
63 64
64do_install_ptest() { 65do_install_ptest() {
65 mkdir -p ${D}${PTEST_PATH}/build-aux/ 66 mkdir -p ${D}${PTEST_PATH}/build-aux/