[oe-commits] Tom Rini : lsof: Switch to libc-uclibc / libc-glibc

git version control git at git.openembedded.org
Wed Jan 19 01:08:06 UTC 2011


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

Author: Tom Rini <tom_rini at mentor.com>
Date:   Tue Jan 18 17:54:31 2011 -0700

lsof: Switch to libc-uclibc / libc-glibc

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/lsof/lsof_4.83.bb |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/recipes/lsof/lsof_4.83.bb b/recipes/lsof/lsof_4.83.bb
index 8982a2c..ea62e1f 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 () {





More information about the Openembedded-commits mailing list