public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH 0/1] xinetd: enable tcp-wrappers support
@ 2013-01-29  7:03 rongqing.li
  2013-01-29  7:03 ` [PATCH 1/1] " rongqing.li
  0 siblings, 1 reply; 2+ messages in thread
From: rongqing.li @ 2013-01-29  7:03 UTC (permalink / raw)
  To: openembedded-core

From: "Roy.Li" <rongqing.li@windriver.com>

*** BLURB HERE ***
The following changes since commit ab692ed618f83df2ce452769165314e70b867345:

  gettext: Fix build with uclibc remove upstreamed patches (2013-01-27 13:52:49 +0000)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib roy/xinetd-enable-tcp-wrap3
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=roy/xinetd-enable-tcp-wrap3

Roy.Li (1):
  xinetd: enable tcp-wrappers support

 meta/recipes-extended/xinetd/xinetd_2.3.15.bb |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

-- 
1.7.10.4




^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] xinetd: enable tcp-wrappers support
  2013-01-29  7:03 [PATCH 0/1] xinetd: enable tcp-wrappers support rongqing.li
@ 2013-01-29  7:03 ` rongqing.li
  0 siblings, 0 replies; 2+ messages in thread
From: rongqing.li @ 2013-01-29  7:03 UTC (permalink / raw)
  To: openembedded-core

From: "Roy.Li" <rongqing.li@windriver.com>

Signed-off-by: Roy.Li <rongqing.li@windriver.com>
---
 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..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
-- 
1.7.10.4




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-01-29  7:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-29  7:03 [PATCH 0/1] xinetd: enable tcp-wrappers support rongqing.li
2013-01-29  7:03 ` [PATCH 1/1] " rongqing.li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox