diff options
author | Roy.Li <rongqing.li@windriver.com> | 2013-06-14 15:02:52 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-17 16:44:36 +0100 |
commit | 4defab3588a5a5e6e3fcdb8007eade18120094f6 (patch) | |
tree | 1610e74f03e172985d5f2e09e7f289cb744afe39 /meta/recipes-connectivity | |
parent | c2ce8e3bc10aec4cb53faea091ad867bab405bb7 (diff) | |
download | openembedded-core-4defab3588a5a5e6e3fcdb8007eade18120094f6.tar.gz openembedded-core-4defab3588a5a5e6e3fcdb8007eade18120094f6.tar.bz2 openembedded-core-4defab3588a5a5e6e3fcdb8007eade18120094f6.zip |
openssh: obey 'tcp-wrappers' PACKAGECONFIG
Signed-off-by: Roy.Li <rongqing.li@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | 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 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" 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: |