[oe-commits] Brian Pomerantz : net-tools: no parallel make

git version control git at git.openembedded.org
Thu Aug 27 20:24:36 UTC 2009


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

Author: Brian Pomerantz <bapper at mvista.com>
Date:   Thu Jul  2 09:40:04 2009 -0700

net-tools: no parallel make

Signed-off-by: Brian Pomerantz <bapper at mvista.com>
Signed-off-by: Chris Larson <clarson at mvista.com>

---

 recipes/net-tools/net-tools_1.60.bb |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/recipes/net-tools/net-tools_1.60.bb b/recipes/net-tools/net-tools_1.60.bb
index eae6b56..95859ad 100644
--- a/recipes/net-tools/net-tools_1.60.bb
+++ b/recipes/net-tools/net-tools_1.60.bb
@@ -63,6 +63,9 @@ SRC_URI = "http://download.berlios.de/${PN}/${PN}-${PV}.tar.bz2;md5sum=888774acc
 
 TOPDIR[unexport] = "1"
 
+# The Makefile is lame, no parallel build
+PARALLEL_MAKE = ""
+
 # Copy config and source over to the source directory
 do_configure() {
     cp ${WORKDIR}/net-tools-${PV}-config.h    ${S}/config.h





More information about the Openembedded-commits mailing list