[oe-commits] Khem Raj : lsof_4.78.bb: Override LSOF_OS for gnuspe and uclibcspe targets.

git version control git at git.openembedded.org
Tue Oct 6 22:31:53 UTC 2009


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

Author: Khem Raj <raj.khem at gmail.com>
Date:   Tue Oct  6 15:26:26 2009 -0700

lsof_4.78.bb: Override LSOF_OS for gnuspe and uclibcspe targets.

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

---

 recipes/lsof/lsof_4.78.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/lsof/lsof_4.78.bb b/recipes/lsof/lsof_4.78.bb
index 5afb56a..1bb540e 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 = "r3"
+PR = "r4"
 
 SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.bz2"
 LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar"
@@ -20,8 +20,10 @@ python 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-gnu = "linux"
 LSOF_OS_linux-gnueabi = "linux"
+LSOF_OS_linux-gnuspe = "linux"
 export LSOF_INCLUDE = "${STAGING_INCDIR}"
 
 do_configure () {





More information about the Openembedded-commits mailing list