nfs-utils: disable PARALLEL_MAKE - close #845
authorMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 27 Apr 2006 14:21:31 +0000 (14:21 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 27 Apr 2006 14:21:31 +0000 (14:21 +0000)
packages/nfs-utils/nfs-utils_1.0.6.bb

index 06029dc..17bc5a6 100644 (file)
@@ -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"