[OE-core] [PATCH 2/2] openssh: obey 'tcp-wrappers' PACKAGECONFIG

rongqing.li at windriver.com rongqing.li at windriver.com
Fri Jun 14 07:02:52 UTC 2013


From: "Roy.Li" <rongqing.li at windriver.com>

Signed-off-by: Roy.Li <rongqing.li at windriver.com>
---
 meta/recipes-connectivity/openssh/openssh_6.2p2.bb |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-connectivity/openssh/openssh_6.2p2.bb b/meta/recipes-connectivity/openssh/openssh_6.2p2.bb
index 0459032..ab2eefb 100644
--- a/meta/recipes-connectivity/openssh/openssh_6.2p2.bb
+++ b/meta/recipes-connectivity/openssh/openssh_6.2p2.bb
@@ -41,6 +41,9 @@ INITSCRIPT_PACKAGES = "${PN}-sshd"
 INITSCRIPT_NAME_${PN}-sshd = "sshd"
 INITSCRIPT_PARAMS_${PN}-sshd = "defaults 9"
 
+PACKAGECONFIG ??= "tcp-wrappers"
+PACKAGECONFIG[tcp-wrappers] = "--with-tcp-wrappers,,tcp-wrappers"
+
 inherit autotools
 
 # LFS support:
-- 
1.7.10.4




More information about the Openembedded-core mailing list