diff options
author | Brian Pomerantz <bapper@mvista.com> | 2009-07-02 09:40:04 -0700 |
---|---|---|
committer | Chris Larson <clarson@mvista.com> | 2009-08-27 13:21:17 -0700 |
commit | f707d17d8de1bc69d7ccf7ee72304d1d2a64f4cb (patch) | |
tree | a1f24f732fe9a30048fd170bbc0fb5a354a8f03c /recipes | |
parent | 34dee0fced79caec07153f02deb3bc8a614ad9d2 (diff) |
net-tools: no parallel make
Signed-off-by: Brian Pomerantz <bapper@mvista.com>
Signed-off-by: Chris Larson <clarson@mvista.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | 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 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 |