diff options
Diffstat (limited to 'packages/nfs-utils')
-rw-r--r-- | packages/nfs-utils/nfs-utils_1.0.6.bb | 3 |
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" |