From 4defab3588a5a5e6e3fcdb8007eade18120094f6 Mon Sep 17 00:00:00 2001 From: "Roy.Li" Date: Fri, 14 Jun 2013 15:02:52 +0800 Subject: openssh: obey 'tcp-wrappers' PACKAGECONFIG Signed-off-by: Roy.Li Signed-off-by: Saul Wold --- meta/recipes-connectivity/openssh/openssh_6.2p2.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/recipes-connectivity/openssh') 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: -- cgit 1.2.3-korg