[oe-commits] Roy.Li : openssh: obey 'tcp-wrappers' PACKAGECONFIG

git at git.openembedded.org git at git.openembedded.org
Mon Jun 17 15:56:32 UTC 2013


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

Author: Roy.Li <rongqing.li at windriver.com>
Date:   Fri Jun 14 15:02:52 2013 +0800

openssh: obey 'tcp-wrappers' PACKAGECONFIG

Signed-off-by: Roy.Li <rongqing.li at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-connectivity/openssh/openssh_6.2p2.bb |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

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:



More information about the Openembedded-commits mailing list