aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/rpcbind
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2013-05-30 19:26:25 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-31 08:06:55 +0100
commiteb38c40625009f7b9ee19d57d40e9eea19698f69 (patch)
tree6ceca5e3c4046112a115e9c5bac3510af819b81a /meta/recipes-extended/rpcbind
parent647db80298da0a8da212449fdd80d318773eacef (diff)
downloadopenembedded-core-contrib-eb38c40625009f7b9ee19d57d40e9eea19698f69.tar.gz
rpcbind: obey 'tcp-wrappers' PACKAGECONFIG
(From OE-Core rev: 944d97d32a3e2369ae6071d75683d1fc5a98faa5) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/rpcbind')
-rw-r--r--meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb b/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb
index 10076138bf..f4a03670e7 100644
--- a/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb
+++ b/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb
@@ -29,6 +29,9 @@ PR = "r4"
inherit autotools update-rc.d
+PACKAGECONFIG ??= "tcp-wrappers"
+PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers"
+
INITSCRIPT_NAME = "rpcbind"
INITSCRIPT_PARAMS = "start 43 S . start 32 0 6 . stop 81 1 ."