diff options
author | Roy.Li <rongqing.li@windriver.com> | 2013-01-29 15:03:07 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-01 15:54:29 +0000 |
commit | 9ab151a95fbd7d5e09a574ac96b13b7d0aed1d26 (patch) | |
tree | e25016926b0a62432baa368ed32783bff94073f1 /meta | |
parent | 9f2784f5cd1fb0fed7dcd471871ed4af37fc2b03 (diff) | |
download | poky-9ab151a95fbd7d5e09a574ac96b13b7d0aed1d26.tar.gz |
xinetd: enable tcp-wrappers support
(From OE-Core rev: 5890c691510797613b8418456ef5f7b6152c3410)
(From OE-Core rev: 722caaa6783e0a5796f11b77503121d9c0c7f391)
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/xinetd/xinetd_2.3.15.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-extended/xinetd/xinetd_2.3.15.bb b/meta/recipes-extended/xinetd/xinetd_2.3.15.bb index 3bde512fc4..87ea2b1b05 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" | |||
7 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=8ad8615198542444f84d28a6cf226dd8" | 7 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=8ad8615198542444f84d28a6cf226dd8" |
8 | 8 | ||
9 | DEPENDS = "" | 9 | DEPENDS = "" |
10 | PR = "r1" | 10 | PR = "r2" |
11 | 11 | ||
12 | SRC_URI = "http://www.xinetd.org/xinetd-${PV}.tar.gz \ | 12 | SRC_URI = "http://www.xinetd.org/xinetd-${PV}.tar.gz \ |
13 | file://xinetd.init \ | 13 | file://xinetd.init \ |
@@ -28,6 +28,9 @@ INITSCRIPT_PARAMS = "defaults" | |||
28 | 28 | ||
29 | EXTRA_OECONF="--disable-nls" | 29 | EXTRA_OECONF="--disable-nls" |
30 | 30 | ||
31 | PACKAGECONFIG ??= "tcp-wrappers" | ||
32 | PACKAGECONFIG[tcp-wrappers] = "--with-libwrap,,tcp-wrappers" | ||
33 | |||
31 | do_configure() { | 34 | do_configure() { |
32 | # Looks like configure.in is broken, so we are skipping | 35 | # Looks like configure.in is broken, so we are skipping |
33 | # rebuilding configure and are just using the shipped one | 36 | # rebuilding configure and are just using the shipped one |