[oe-commits] Roy.Li : xinetd: enable tcp-wrappers support

git at git.openembedded.org git at git.openembedded.org
Wed Jan 30 17:52:18 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: ddbe6e1941d71d34439e04efbe13f1233740c0b5
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ddbe6e1941d71d34439e04efbe13f1233740c0b5

Author: Roy.Li <rongqing.li at windriver.com>
Date:   Tue Jan 29 15:03:07 2013 +0800

xinetd: enable tcp-wrappers support

Signed-off-by: Roy.Li <rongqing.li at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 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 3bde512..87ea2b1 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





More information about the Openembedded-commits mailing list