]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
elfutils/flex: Disable parallel make ptest compile
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 25 Jun 2022 07:18:19 +0000 (08:18 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 25 Jun 2022 20:12:45 +0000 (21:12 +0100)
The recent change enabling parallel make for ptest compile/install caused
autobuilder failures in these two recipes. Disable parallel make here
for now until someone can debug the race and get it fixed (preferably
upstream).

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/elfutils/elfutils_0.187.bb
meta/recipes-devtools/flex/flex_2.6.4.bb

index 31983dfd6ba20f882ec25d67c3eff45ece08fe86..d03da61353997335b8aad593dcf5c06453732850 100644 (file)
@@ -56,6 +56,7 @@ do_compile_ptest() {
        cd ${B}/tests
        oe_runmake buildtest-TESTS oecheck
 }
+PTEST_PARALLEL_MAKE = ""
 
 do_install_ptest() {
        if [ ${PTEST_ENABLED} = "1" ]; then
index c7cd9653470ef24eda8f969c597ad1af70cf6bd7..8736b3585e067b10dffb4d4bc9043e6189614ded 100644 (file)
@@ -60,6 +60,7 @@ RDEPENDS:${PN}-ptest += "bash gawk make"
 do_compile_ptest() {
        oe_runmake -C ${B}/tests -f ${B}/tests/Makefile top_builddir=${B} INCLUDES=-I${S}/src buildtests
 }
+PTEST_PARALLEL_MAKE = ""
 
 do_install_ptest() {
        mkdir -p ${D}${PTEST_PATH}/build-aux/