git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6215a19
)
lsof.bb: Add configure support for linux-gnu.
author
Leon Woestenberg
<leon@sidebranch.com>
Sat, 26 Sep 2009 22:42:31 +0000
(
00:42
+0200)
committer
Leon Woestenberg
<leon@sidebranch.com>
Sat, 26 Sep 2009 22:42:31 +0000
(
00:42
+0200)
recipes/lsof/lsof_4.78.bb
patch
|
blob
|
history
diff --git
a/recipes/lsof/lsof_4.78.bb
b/recipes/lsof/lsof_4.78.bb
index
a65fc12
..
5afb56a
100644
(file)
--- 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 = "r
2
"
+PR = "r
3
"
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}"