From c7a57ed868f249681e63f075095a0689ae532d30 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Thu, 27 Apr 2006 14:21:31 +0000 Subject: nfs-utils: disable PARALLEL_MAKE - close #845 --- packages/nfs-utils/nfs-utils_1.0.6.bb | 3 +++ 1 file changed, 3 insertions(+) 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" -- cgit v1.2.3