diff options
| author | Qing He <qing.he@intel.com> | 2010-08-11 14:16:32 +0800 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-13 13:36:03 +0100 |
| commit | 304f88f408042efcfe61a0d7ba9f2f2640b9f633 (patch) | |
| tree | c883c658aa501f1181e23d58d94ec20d0e11d653 | |
| parent | 22ae6b193d2af1cd11a84937cc2432767782fa14 (diff) | |
| download | poky-304f88f408042efcfe61a0d7ba9f2f2640b9f633.tar.gz | |
nfs-utils: enable tcp-wrappers support
Signed-off-by: Qing He <qing.he@intel.com>
| -rw-r--r-- | meta/packages/nfs-utils/nfs-utils_1.2.2.bb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/meta/packages/nfs-utils/nfs-utils_1.2.2.bb b/meta/packages/nfs-utils/nfs-utils_1.2.2.bb index cbcddd8c74..fafedd17b5 100644 --- a/meta/packages/nfs-utils/nfs-utils_1.2.2.bb +++ b/meta/packages/nfs-utils/nfs-utils_1.2.2.bb | |||
| @@ -7,18 +7,16 @@ LICENSE = "GPLv2+" | |||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" |
| 8 | 8 | ||
| 9 | # util-linux for libblkid | 9 | # util-linux for libblkid |
| 10 | DEPENDS = "libcap libnfsidmap libevent util-linux" | 10 | DEPENDS = "libcap libnfsidmap libevent util-linux tcp-wrappers" |
| 11 | RDEPENDS = "portmap" | 11 | RDEPENDS = "portmap" |
| 12 | RRECOMMENDS = "kernel-module-nfsd" | 12 | RRECOMMENDS = "kernel-module-nfsd" |
| 13 | 13 | ||
| 14 | PR = "r0" | 14 | PR = "r1" |
| 15 | 15 | ||
| 16 | SRC_URI = "${SOURCEFORGE_MIRROR}/nfs/nfs-utils-${PV}.tar.bz2 \ | 16 | SRC_URI = "${SOURCEFORGE_MIRROR}/nfs/nfs-utils-${PV}.tar.bz2 \ |
| 17 | file://nfs-utils-1.0.6-uclibc.patch \ | 17 | file://nfs-utils-1.0.6-uclibc.patch \ |
| 18 | file://nfsserver" | 18 | file://nfsserver" |
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/nfs-utils-${PV}/" | ||
| 21 | |||
| 22 | PARALLEL_MAKE = "" | 20 | PARALLEL_MAKE = "" |
| 23 | 21 | ||
| 24 | # Only kernel-module-nfsd is required here (but can be built-in) - the nfsd module will | 22 | # 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 \ | |||
| 38 | --enable-uuid \ | 36 | --enable-uuid \ |
| 39 | --disable-gss \ | 37 | --disable-gss \ |
| 40 | --disable-tirpc \ | 38 | --disable-tirpc \ |
| 41 | --without-tcp-wrappers \ | ||
| 42 | --with-statedir=/var/lib/nfs" | 39 | --with-statedir=/var/lib/nfs" |
| 43 | 40 | ||
| 44 | INHIBIT_AUTO_STAGE = "1" | 41 | INHIBIT_AUTO_STAGE = "1" |
