From: Brian Pomerantz Date: Thu, 2 Jul 2009 16:40:04 +0000 (-0700) Subject: net-tools: no parallel make X-Git-Tag: Release-2010-05/1~2570^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f707d17d8de1bc69d7ccf7ee72304d1d2a64f4cb;p=openembedded.git net-tools: no parallel make Signed-off-by: Brian Pomerantz Signed-off-by: Chris Larson --- diff --git a/recipes/net-tools/net-tools_1.60.bb b/recipes/net-tools/net-tools_1.60.bb index eae6b56377..95859ad32d 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