[oe-commits] Khem Raj : lsof, tcp-wrappers: Fix compilation on linux-uclibceabi

git version control git at git.openembedded.org
Fri Sep 11 16:54:45 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 7e1ca09587a08962d5251502bcddb2d1010b73c9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7e1ca09587a08962d5251502bcddb2d1010b73c9

Author: Khem Raj <raj.khem at gmail.com>
Date:   Fri Sep 11 09:50:31 2009 -0700

lsof, tcp-wrappers: Fix compilation on linux-uclibceabi

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/lsof/lsof_4.78.bb                |    3 ++-
 recipes/tcp-wrappers/tcp-wrappers_7.6.bb |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/recipes/lsof/lsof_4.78.bb b/recipes/lsof/lsof_4.78.bb
index 0a24c60..a65fc12 100644
--- a/recipes/lsof/lsof_4.78.bb
+++ b/recipes/lsof/lsof_4.78.bb
@@ -3,7 +3,7 @@ Its name stands for LiSt Open Files, and it does just that."
 SECTION = "devel"
 LICENSE = "BSD"
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.bz2"
 LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar"
@@ -19,6 +19,7 @@ python do_unpack () {
 
 export LSOF_OS = "${TARGET_OS}"
 LSOF_OS_linux-uclibc = "linux"
+LSOF_OS_linux-uclibceabi = "linux"
 LSOF_OS_linux-gnueabi = "linux"
 export LSOF_INCLUDE = "${STAGING_INCDIR}"
 
diff --git a/recipes/tcp-wrappers/tcp-wrappers_7.6.bb b/recipes/tcp-wrappers/tcp-wrappers_7.6.bb
index 1f1afc1..7cb766b 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 ="r3"
+PR ="r4"
 
 
 PACKAGES = "${PN}-dbg libwrap libwrap-doc libwrap-dev tcp-wrappers tcp-wrappers-doc"
@@ -66,6 +66,7 @@ EXTRA_OEMAKE = "'CC=${CC}' \
 
 EXTRA_OEMAKE_NETGROUP = "-DNETGROUP"
 EXTRA_OEMAKE_NETGROUP_linux-uclibc = ""
+EXTRA_OEMAKE_NETGROUP_linux-uclibceabi = ""
 
 do_compile () {
 	oe_runmake 'TABLES=-DHOSTS_DENY=\"${sysconfdir}/hosts.deny\" -DHOSTS_ALLOW=\"${sysconfdir}/hosts.allow\"' \





More information about the Openembedded-commits mailing list