From: Marcin Juszkiewicz Date: Thu, 27 Apr 2006 14:21:31 +0000 (+0000) Subject: nfs-utils: disable PARALLEL_MAKE - close #845 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7a57ed868f249681e63f075095a0689ae532d30;p=openembedded.git nfs-utils: disable PARALLEL_MAKE - close #845 --- diff --git a/packages/nfs-utils/nfs-utils_1.0.6.bb b/packages/nfs-utils/nfs-utils_1.0.6.bb index 06029dc7c9..17bc5a6f9f 100644 --- a/packages/nfs-utils/nfs-utils_1.0.6.bb +++ b/packages/nfs-utils/nfs-utils_1.0.6.bb @@ -11,8 +11,11 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/nfs/nfs-utils-${PV}.tar.gz \ file://stat-include.patch;patch=1 \ file://nfsserver \ file://forgotten-defines" + S = ${WORKDIR}/nfs-utils-${PV}/ +PARALLEL_MAKE = "" + # Only kernel-module-nfsd is required here - the nfsd module will # pull in the remainder of the dependencies. RDEPENDS = "portmap kernel-module-nfsd"