diff options
author | Christopher Larson <chris_larson@mentor.com> | 2013-05-30 19:26:29 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-31 08:06:56 +0100 |
commit | b98129c3461ee1082a71c701e8a7badaa7b7ae76 (patch) | |
tree | a09d433da79ce38170edf2997d8b526201d2d58c /meta | |
parent | 291a3adfd548944fad616f6e6e2113f3b145c8aa (diff) | |
download | poky-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.bb | 5 |
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" | |||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=95f3a93a5c3c7888de623b46ea085a84" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=95f3a93a5c3c7888de623b46ea085a84" |
9 | 9 | ||
10 | # util-linux for libblkid | 10 | # util-linux for libblkid |
11 | DEPENDS = "libcap libnfsidmap libevent util-linux tcp-wrappers sqlite3" | 11 | DEPENDS = "libcap libnfsidmap libevent util-linux sqlite3" |
12 | RDEPENDS_${PN} = "rpcbind" | 12 | RDEPENDS_${PN} = "rpcbind" |
13 | RRECOMMENDS_${PN} = "kernel-module-nfsd" | 13 | RRECOMMENDS_${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 | ||
48 | PACKAGECONFIG ??= "tcp-wrappers" | ||
49 | PACKAGECONFIG[tcp-wrappers] = "--with-tcp-wrappers,--without-tcp-wrappers,tcp-wrappers" | ||
50 | |||
48 | INHIBIT_AUTO_STAGE = "1" | 51 | INHIBIT_AUTO_STAGE = "1" |
49 | 52 | ||
50 | PACKAGES =+ "${PN}-client ${PN}-stats" | 53 | PACKAGES =+ "${PN}-client ${PN}-stats" |