]> code.ossystems Code Review - openembedded-core.git/commitdiff
nfs-utils: enable tcp-wrappers support
authorQing He <qing.he@intel.com>
Wed, 11 Aug 2010 06:16:32 +0000 (14:16 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 13 Aug 2010 12:36:03 +0000 (13:36 +0100)
Signed-off-by: Qing He <qing.he@intel.com>
meta/packages/nfs-utils/nfs-utils_1.2.2.bb

index cbcddd8c741637b42c21bf1d71053b361a61fa7b..fafedd17b573943a9a1dbf1406e6642607da0345 100644 (file)
@@ -7,18 +7,16 @@ LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
 
 # util-linux for libblkid
-DEPENDS = "libcap libnfsidmap libevent util-linux"
+DEPENDS = "libcap libnfsidmap libevent util-linux tcp-wrappers"
 RDEPENDS = "portmap"
 RRECOMMENDS = "kernel-module-nfsd"
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/nfs/nfs-utils-${PV}.tar.bz2 \
            file://nfs-utils-1.0.6-uclibc.patch \
            file://nfsserver"
 
-S = "${WORKDIR}/nfs-utils-${PV}/"
-
 PARALLEL_MAKE = ""
 
 # Only kernel-module-nfsd is required here (but can be built-in)  - the nfsd module will
@@ -38,7 +36,6 @@ EXTRA_OECONF = "--with-statduser=nobody \
                 --enable-uuid \
                 --disable-gss \
                 --disable-tirpc \
-                --without-tcp-wrappers \
                 --with-statedir=/var/lib/nfs"
 
 INHIBIT_AUTO_STAGE = "1"