summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/elfutils
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:12:45 +0100
commit12755e3e771eb2f1628e2b3dd7138c8766973d82 (patch)
treea0ad5388a0e6b3fbc684103f14e7748924e415bc /meta/recipes-devtools/elfutils
parent054be00a632c2918dd1f973e76514e459fc6f017 (diff)
downloadopenembedded-core-12755e3e771eb2f1628e2b3dd7138c8766973d82.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). Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/elfutils')
-rw-r--r--meta/recipes-devtools/elfutils/elfutils_0.187.bb1
1 files changed, 1 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() {
cd ${B}/tests
oe_runmake buildtest-TESTS oecheck
}
+PTEST_PARALLEL_MAKE = ""
do_install_ptest() {
if [ ${PTEST_ENABLED} = "1" ]; then