From: Roy.Li Date: Fri, 14 Jun 2013 07:02:52 +0000 (+0800) Subject: openssh: obey 'tcp-wrappers' PACKAGECONFIG X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~36979 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4defab3588a5a5e6e3fcdb8007eade18120094f6;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 0459032afe0..ab2eefb9bca 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: