From f707d17d8de1bc69d7ccf7ee72304d1d2a64f4cb Mon Sep 17 00:00:00 2001 From: Brian Pomerantz Date: Thu, 2 Jul 2009 09:40:04 -0700 Subject: net-tools: no parallel make Signed-off-by: Brian Pomerantz Signed-off-by: Chris Larson --- recipes/net-tools/net-tools_1.60.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes') 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 -- cgit 1.2.3-korg