[oe] [PATCH] glibc_2.9: disable parallel make

Steffen Sledz sledz at dresearch.de
Mon Oct 26 14:17:39 UTC 2009


Parallel make for glibc_2.9.bb fails on different multi-cpu build hosts
(e.g. AMD Phenom(tm) 9150e Quad-Core Processor running openSUSE 11.1)
with various errors. :(

Signed-off-by: Steffen Sledz <sledz at dresearch.de>
---
 recipes/glibc/glibc_2.9.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/glibc/glibc_2.9.bb b/recipes/glibc/glibc_2.9.bb
index cddae98..428af03 100644
--- a/recipes/glibc/glibc_2.9.bb
+++ b/recipes/glibc/glibc_2.9.bb
@@ -75,6 +75,8 @@ SRC_URI_append_sh4 = " file://no-z-defs.patch;patch=1"
 #powerpc patches to add support for soft-float
 SRC_URI_append_powerpc= " file://powerpc-sqrt-hack.diff;patch=1"
 
+PARALLEL_MAKE = " "
+
 S = "${WORKDIR}/glibc-${PV}"
 B = "${WORKDIR}/build-${TARGET_SYS}"
 
-- 
1.6.4.2






More information about the Openembedded-devel mailing list