summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/flex
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-25 08:18:19 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-25 21:13:40 +0100
commitd891a796cc69a7bf4fdf366c685a960ffb707f46 (patch)
tree1ae6a192d2ac5e837a0ac3e27e0d49a1b38a7e2a /meta/recipes-devtools/flex
parenta3545600bec67832044e854b2a068263a7eeddf7 (diff)
downloadpoky-d891a796cc69a7bf4fdf366c685a960ffb707f46.tar.gz
elfutils/flex: Disable parallel make ptest compile
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). (From OE-Core rev: 12755e3e771eb2f1628e2b3dd7138c8766973d82) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/flex')
-rw-r--r--meta/recipes-devtools/flex/flex_2.6.4.bb1
1 files changed, 1 insertions, 0 deletions
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/