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:51:31 +0000 |
commit | 722caaa6783e0a5796f11b77503121d9c0c7f391 (patch) | |
tree | e54c5674516c4976202ca385493b3b01e5be25b4 | |
parent | 5f93bb7e783c23a5da344a9fc2f856f9b973d54c (diff) | |
download | openembedded-core-722caaa6783e0a5796f11b77503121d9c0c7f391.tar.gz openembedded-core-722caaa6783e0a5796f11b77503121d9c0c7f391.tar.bz2 openembedded-core-722caaa6783e0a5796f11b77503121d9c0c7f391.zip |
xinetd: enable tcp-wrappers support
(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>
-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" 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 |