summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssh
diff options
context:
space:
mode:
authorRoy.Li <rongqing.li@windriver.com>2013-06-14 15:02:52 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-17 16:45:36 +0100
commita83d489dafe5517999363b070ed9fb75f92371d5 (patch)
tree5e132cb7b154e9899d3a0066fd2854a32341fb20 /meta/recipes-connectivity/openssh
parent58256120e803c210c5168262def5c65b4967b624 (diff)
downloadpoky-a83d489dafe5517999363b070ed9fb75f92371d5.tar.gz
openssh: obey 'tcp-wrappers' PACKAGECONFIG
(From OE-Core rev: 4defab3588a5a5e6e3fcdb8007eade18120094f6) Signed-off-by: Roy.Li <rongqing.li@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssh')
-rw-r--r--meta/recipes-connectivity/openssh/openssh_6.2p2.bb3
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 0459032afe..ab2eefb9bc 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"
41INITSCRIPT_NAME_${PN}-sshd = "sshd" 41INITSCRIPT_NAME_${PN}-sshd = "sshd"
42INITSCRIPT_PARAMS_${PN}-sshd = "defaults 9" 42INITSCRIPT_PARAMS_${PN}-sshd = "defaults 9"
43 43
44PACKAGECONFIG ??= "tcp-wrappers"
45PACKAGECONFIG[tcp-wrappers] = "--with-tcp-wrappers,,tcp-wrappers"
46
44inherit autotools 47inherit autotools
45 48
46# LFS support: 49# LFS support: