From d891a796cc69a7bf4fdf366c685a960ffb707f46 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 25 Jun 2022 08:18:19 +0100 Subject: 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 --- meta/recipes-devtools/flex/flex_2.6.4.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/flex') 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" 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/ -- cgit v1.2.3-54-g00ecf