summaryrefslogtreecommitdiff
path: root/packages/nfs-utils
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-04-27 14:21:31 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-27 14:21:31 +0000
commitc7a57ed868f249681e63f075095a0689ae532d30 (patch)
tree23b57080e4892602cb8e13a4a4c082e27681726e /packages/nfs-utils
parenta547cc8f4679dd47995cdbac232ecebf3557efab (diff)
nfs-utils: disable PARALLEL_MAKE - close #845
Diffstat (limited to 'packages/nfs-utils')
-rw-r--r--packages/nfs-utils/nfs-utils_1.0.6.bb3
1 files changed, 3 insertions, 0 deletions
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"