[oe-commits] Leon Woestenberg : lsof.bb: Add configure support for linux-gnu.

git version control git at git.openembedded.org
Sat Sep 26 22:43:13 UTC 2009


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

Author: Leon Woestenberg <leon at sidebranch.com>
Date:   Sun Sep 27 00:42:31 2009 +0200

lsof.bb: Add configure support for linux-gnu.

---

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

diff --git a/recipes/lsof/lsof_4.78.bb b/recipes/lsof/lsof_4.78.bb
index a65fc12..5afb56a 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 = "r2"
+PR = "r3"
 
 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,6 +20,7 @@ python do_unpack () {
 export LSOF_OS = "${TARGET_OS}"
 LSOF_OS_linux-uclibc = "linux"
 LSOF_OS_linux-uclibceabi = "linux"
+LSOF_OS_linux-gnu = "linux"
 LSOF_OS_linux-gnueabi = "linux"
 export LSOF_INCLUDE = "${STAGING_INCDIR}"
 





More information about the Openembedded-commits mailing list