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:13:40 +0100
commitd891a796cc69a7bf4fdf366c685a960ffb707f46 (patch)
tree1ae6a192d2ac5e837a0ac3e27e0d49a1b38a7e2a /meta/recipes-devtools/elfutils
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/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() {
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