aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lsof
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-01-18 17:54:31 -0700
committerTom Rini <tom_rini@mentor.com>2011-01-18 18:04:05 -0700
commitb17efa1a8d6af8d17d323b34ea0108c65d1e5df0 (patch)
tree0b6dc59406594faf40052b449d48aeb756a230e7 /recipes/lsof
parent460ff459a79a615e6d62e2a243e518d37d814351 (diff)
downloadopenembedded-b17efa1a8d6af8d17d323b34ea0108c65d1e5df0.tar.gz
lsof: Switch to libc-uclibc / libc-glibc
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/lsof')
-rw-r--r--recipes/lsof/lsof_4.83.bb9
1 files changed, 3 insertions, 6 deletions
diff --git a/recipes/lsof/lsof_4.83.bb b/recipes/lsof/lsof_4.83.bb
index 8982a2c47c..ea62e1f836 100644
--- a/recipes/lsof/lsof_4.83.bb
+++ b/recipes/lsof/lsof_4.83.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;name=lsof483tarbz2"
SRC_URI[lsof483tarbz2.md5sum] = "8f731a6251b8c0143d585df0d5ca779e"
@@ -19,11 +19,8 @@ do_unpackpost() {
addtask unpackpost before do_patch after do_unpack
export LSOF_OS = "${TARGET_OS}"
-LSOF_OS_linux-uclibc = "linux"
-LSOF_OS_linux-uclibceabi = "linux"
-LSOF_OS_linux-uclibspe = "linux"
-LSOF_OS_linux-gnueabi = "linux"
-LSOF_OS_linux-gnuspe = "linux"
+LSOF_OS_libc-uclibc = "linux"
+LSOF_OS_libc-glibc = "linux"
export LSOF_INCLUDE = "${STAGING_INCDIR}"
do_configure () {