summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-01-18 17:57:34 -0700
committerTom Rini <tom_rini@mentor.com>2011-01-18 18:04:09 -0700
commit0393bec46ca556be6845221b701dcf8f9508eb0c (patch)
treef0c03b7a9c7b47e34b12276e4b4f5149ddbd7945
parent5e4a76196b2e3c99fcbb7cb18412ed7af3efc3f3 (diff)
downloadopenembedded-0393bec46ca556be6845221b701dcf8f9508eb0c.tar.gz
tcp-wrappers: Switch to libc-uclibc
Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r--recipes/tcp-wrappers/tcp-wrappers_7.6.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/tcp-wrappers/tcp-wrappers_7.6.bb b/recipes/tcp-wrappers/tcp-wrappers_7.6.bb
index 2ed951ccc4..a61bd5e6fc 100644
--- a/recipes/tcp-wrappers/tcp-wrappers_7.6.bb
+++ b/recipes/tcp-wrappers/tcp-wrappers_7.6.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Tools for monitoring and filtering incoming requests for tcp \
LICENSE = "tcp-wrappers"
PRIORITY = "optional"
SECTION = "console/network"
-PR ="r5"
+PR ="r6"
PACKAGES = "${PN}-dbg libwrap libwrap-doc libwrap-dev tcp-wrappers tcp-wrappers-doc"
@@ -65,8 +65,7 @@ EXTRA_OEMAKE = "'CC=${CC}' \
'EXTRA_CFLAGS=${CFLAGS} -DSYS_ERRLIST_DEFINED -DHAVE_STRERROR -DHAVE_WEAKSYMS -D_REENTRANT -DINET6=1 -Dss_family=__ss_family -Dss_len=__ss_len'"
EXTRA_OEMAKE_NETGROUP = "-DNETGROUP"
-EXTRA_OEMAKE_NETGROUP_linux-uclibc = ""
-EXTRA_OEMAKE_NETGROUP_linux-uclibceabi = ""
+EXTRA_OEMAKE_NETGROUP_libc-uclibc = ""
do_compile () {
oe_runmake 'TABLES=-DHOSTS_DENY=\"${sysconfdir}/hosts.deny\" -DHOSTS_ALLOW=\"${sysconfdir}/hosts.allow\"' \