]> code.ossystems Code Review - openembedded-core.git/commitdiff
xinetd: enable tcp-wrappers support
authorRoy.Li <rongqing.li@windriver.com>
Tue, 29 Jan 2013 07:03:07 +0000 (15:03 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Feb 2013 15:51:31 +0000 (15:51 +0000)
(From OE-Core rev: 5890c691510797613b8418456ef5f7b6152c3410)

Signed-off-by: Roy.Li <rongqing.li@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/xinetd/xinetd_2.3.15.bb

index 3bde512fc4970f66406f33a9f1cc3b44e32d93f2..87ea2b1b05f06204de915fbf450d2d7a6bc9a382 100644 (file)
@@ -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 ??= "tcp-wrappers"
+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