summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2013-05-30 19:26:29 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-31 08:06:56 +0100
commitb98129c3461ee1082a71c701e8a7badaa7b7ae76 (patch)
treea09d433da79ce38170edf2997d8b526201d2d58c /meta
parent291a3adfd548944fad616f6e6e2113f3b145c8aa (diff)
downloadpoky-b98129c3461ee1082a71c701e8a7badaa7b7ae76.tar.gz
nfs-utils: obey 'tcp-wrappers' PACKAGECONFIG
(From OE-Core rev: 1102cc6540fedb1560b9aaa14023fff65e0406e8) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.8.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.8.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.8.bb
index 2f3509410a..40b897bb6b 100644
--- a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.8.bb
+++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.8.bb
@@ -8,7 +8,7 @@ LICENSE = "MIT & GPLv2+ & BSD"
8LIC_FILES_CHKSUM = "file://COPYING;md5=95f3a93a5c3c7888de623b46ea085a84" 8LIC_FILES_CHKSUM = "file://COPYING;md5=95f3a93a5c3c7888de623b46ea085a84"
9 9
10# util-linux for libblkid 10# util-linux for libblkid
11DEPENDS = "libcap libnfsidmap libevent util-linux tcp-wrappers sqlite3" 11DEPENDS = "libcap libnfsidmap libevent util-linux sqlite3"
12RDEPENDS_${PN} = "rpcbind" 12RDEPENDS_${PN} = "rpcbind"
13RRECOMMENDS_${PN} = "kernel-module-nfsd" 13RRECOMMENDS_${PN} = "kernel-module-nfsd"
14 14
@@ -45,6 +45,9 @@ EXTRA_OECONF = "--with-statduser=nobody \
45 --with-statdpath=/var/lib/nfs/statd \ 45 --with-statdpath=/var/lib/nfs/statd \
46 " 46 "
47 47
48PACKAGECONFIG ??= "tcp-wrappers"
49PACKAGECONFIG[tcp-wrappers] = "--with-tcp-wrappers,--without-tcp-wrappers,tcp-wrappers"
50
48INHIBIT_AUTO_STAGE = "1" 51INHIBIT_AUTO_STAGE = "1"
49 52
50PACKAGES =+ "${PN}-client ${PN}-stats" 53PACKAGES =+ "${PN}-client ${PN}-stats"