aboutsummaryrefslogtreecommitdiffstats
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:02:44 +0100
commit1102cc6540fedb1560b9aaa14023fff65e0406e8 (patch)
treeb8c2f794cb9139651a5abb4a47bd83568970b13e
parent5ada1631ee6feb0b031b64c9fe5cf0d390c732f9 (diff)
downloadopenembedded-core-1102cc6540fedb1560b9aaa14023fff65e0406e8.tar.gz
nfs-utils: obey 'tcp-wrappers' PACKAGECONFIG
Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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"
LIC_FILES_CHKSUM = "file://COPYING;md5=95f3a93a5c3c7888de623b46ea085a84"
# util-linux for libblkid
-DEPENDS = "libcap libnfsidmap libevent util-linux tcp-wrappers sqlite3"
+DEPENDS = "libcap libnfsidmap libevent util-linux sqlite3"
RDEPENDS_${PN} = "rpcbind"
RRECOMMENDS_${PN} = "kernel-module-nfsd"
@@ -45,6 +45,9 @@ EXTRA_OECONF = "--with-statduser=nobody \
--with-statdpath=/var/lib/nfs/statd \
"
+PACKAGECONFIG ??= "tcp-wrappers"
+PACKAGECONFIG[tcp-wrappers] = "--with-tcp-wrappers,--without-tcp-wrappers,tcp-wrappers"
+
INHIBIT_AUTO_STAGE = "1"
PACKAGES =+ "${PN}-client ${PN}-stats"