summaryrefslogtreecommitdiff
path: root/recipes/lsof
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2009-10-10 01:05:29 +0200
committerStefan Schmidt <stefan@datenfreihafen.org>2009-10-10 01:05:29 +0200
commit4f70e483520b258efa14cc36f27e85ffff0c86d9 (patch)
tree1ca8e564cdf91fc0aca03869b9cb09bd27a388c2 /recipes/lsof
parent2208b42bea7850513d9df8f1edbfad1df083c5ad (diff)
parent1aadd3a3f4f2788f85b427bc7221f7c3bf0a7cd7 (diff)
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/lsof')
-rw-r--r--recipes/lsof/lsof_4.78.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/lsof/lsof_4.78.bb b/recipes/lsof/lsof_4.78.bb
index 5afb56a836..1bb540e422 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 () {