From patchwork Mon Jan 21 02:36:38 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/2] xinetd: enable tcp-wrappers support by DISTRO_FEATURE Date: Mon, 21 Jan 2013 02:36:38 -0000 From: rongqing.li@windriver.com X-Patchwork-Id: 43013 Message-Id: To: Cc: joe.macdonald@windriver.com, martin.jansa@gmail.com From: "Roy.Li" Signed-off-by: Roy.Li --- meta/recipes-extended/xinetd/xinetd_2.3.15.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/recipes-extended/xinetd/xinetd_2.3.15.bb b/meta/recipes-extended/xinetd/xinetd_2.3.15.bb index 3bde512..0c0079b 100644 --- a/meta/recipes-extended/xinetd/xinetd_2.3.15.bb +++ b/meta/recipes-extended/xinetd/xinetd_2.3.15.bb @@ -7,7 +7,7 @@ LICENSE = "BSD" LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=8ad8615198542444f84d28a6cf226dd8" DEPENDS = "" -PR = "r1" +PR = "r2" SRC_URI = "http://www.xinetd.org/xinetd-${PV}.tar.gz \ file://xinetd.init \ @@ -28,6 +28,9 @@ INITSCRIPT_PARAMS = "defaults" EXTRA_OECONF="--disable-nls" +PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'tcp-wrappers', 'tcp-wrappers', '', d)}" +PACKAGECONFIG[tcp-wrappers] = "--with-libwrap,,tcp-wrappers" + do_configure() { # Looks like configure.in is broken, so we are skipping # rebuilding configure and are just using the shipped one