diff mbox series

groff: do not build in parallel

Message ID 20230916194245.150600-1-alex@linutronix.de
State New
Headers show
Series groff: do not build in parallel | expand

Commit Message

Alexander Kanavin Sept. 16, 2023, 7:42 p.m. UTC
Sadly a race has been observed, and so serial
build has to be reintroduced until upstream fixes the issue:

https://savannah.gnu.org/bugs/index.php?64681
https://autobuilder.yoctoproject.org/typhoon/#/builders/81/builds/5622/steps/11/logs/stdio

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 meta/recipes-extended/groff/groff_1.23.0.bb | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/meta/recipes-extended/groff/groff_1.23.0.bb b/meta/recipes-extended/groff/groff_1.23.0.bb
index 1dcd0bb605c..2c8c37cd563 100644
--- a/meta/recipes-extended/groff/groff_1.23.0.bb
+++ b/meta/recipes-extended/groff/groff_1.23.0.bb
@@ -21,6 +21,9 @@  inherit autotools-brokensep texinfo multilib_script pkgconfig
 
 MULTILIB_SCRIPTS = "${PN}:${bindir}/gpinyin ${PN}:${bindir}/grog"
 
+# make race reported here
+# https://savannah.gnu.org/bugs/index.php?64681
+PARALLEL_MAKE = ""
 EXTRA_OECONF = "--without-x --with-urw-fonts-dir=/completely/bogus/dir/"
 EXTRA_OEMAKE:class-target = "GROFFBIN=groff GROFF_BIN_PATH=${STAGING_BINDIR_NATIVE}"