[oe-commits] Christopher Larson : rpcbind: obey 'tcp-wrappers' PACKAGECONFIG

git at git.openembedded.org git at git.openembedded.org
Fri May 31 07:01:12 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 944d97d32a3e2369ae6071d75683d1fc5a98faa5
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=944d97d32a3e2369ae6071d75683d1fc5a98faa5

Author: Christopher Larson <chris_larson at mentor.com>
Date:   Thu May 30 19:26:25 2013 -0700

rpcbind: obey 'tcp-wrappers' PACKAGECONFIG

Signed-off-by: Christopher Larson <chris_larson at mentor.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb |    3 +++
 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 1007613..f4a0367 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 ."
 



More information about the Openembedded-commits mailing list