From: Roy.Li Date: Fri, 14 Jun 2013 07:02:52 +0000 (+0800) Subject: openssh: obey 'tcp-wrappers' PACKAGECONFIG X-Git-Tag: 2015-4~6142 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4defab3588a5a5e6e3fcdb8007eade18120094f6;p=openembedded-core.git openssh: obey 'tcp-wrappers' PACKAGECONFIG Signed-off-by: Roy.Li Signed-off-by: Saul Wold --- 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: