aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lsof
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-09-11 09:50:31 -0700
committerKhem Raj <raj.khem@gmail.com>2009-09-11 09:54:20 -0700
commit7e1ca09587a08962d5251502bcddb2d1010b73c9 (patch)
tree2635eec6e8426e753d22ae459da561645fd272c5 /recipes/lsof
parent7937ed35de6218a955a63d9ce61d992532fdc5e0 (diff)
downloadopenembedded-7e1ca09587a08962d5251502bcddb2d1010b73c9.tar.gz
lsof, tcp-wrappers: Fix compilation on linux-uclibceabi
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/lsof')
-rw-r--r--recipes/lsof/lsof_4.78.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/lsof/lsof_4.78.bb b/recipes/lsof/lsof_4.78.bb
index 0a24c607fa..a65fc12446 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}"