[oe-commits] Vladimir Sorokin : groff-1.20: disable parallel make

git version control git at git.openembedded.org
Thu Sep 30 19:52:46 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 5b45248c45d567dc3be3bf02fed37e83ab6c85bc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5b45248c45d567dc3be3bf02fed37e83ab6c85bc

Author: Vladimir Sorokin <sorokin at altell.ru>
Date:   Mon Sep 27 15:34:29 2010 +0400

groff-1.20: disable parallel make

Fails from time to time.

Signed-off-by: Vladimir Sorokin <sorokin at altell.ru>
Signed-off-by: Roman I Khimov <khimov at altell.ru>

---

 recipes/groff/groff_1.20.1.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/groff/groff_1.20.1.bb b/recipes/groff/groff_1.20.1.bb
index de450d2..6ea87dc 100644
--- a/recipes/groff/groff_1.20.1.bb
+++ b/recipes/groff/groff_1.20.1.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "GNU roff"
 SECTION = "base"
 LICENSE = "GPL"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://ftp.gnu.org/gnu/groff/groff-${PV}.tar.gz \
           "
@@ -10,6 +10,8 @@ SRC_URI[sha256sum] = "b645878135cb620c6c417c5601bfe96172245af12045540d7344938b4c
 
 inherit autotools
 
+PARALLEL_MAKE = ""
+
 do_configure_prepend(){
 	if [ "${BUILD_SYS}" != "${HOST_SYS}" ]; then
 		sed -i \





More information about the Openembedded-commits mailing list