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:02:43 +0100
commit944d97d32a3e2369ae6071d75683d1fc5a98faa5 (patch)
treeae1cabe7218953066f91cae7e0623c3b18bc704c /meta/recipes-extended/rpcbind
parentaa500de527b3afdac8765d68f9cd1c2e09149477 (diff)
downloadopenembedded-core-944d97d32a3e2369ae6071d75683d1fc5a98faa5.tar.gz
rpcbind: obey 'tcp-wrappers' PACKAGECONFIG
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 ."