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:
a18fd36
)
lsof: Build fixes from poky to avoid /usr/include/
author
Richard Purdie
<rpurdie@rpsys.net>
Wed, 8 Aug 2007 20:27:38 +0000
(20:27 +0000)
committer
Richard Purdie
<rpurdie@rpsys.net>
Wed, 8 Aug 2007 20:27:38 +0000
(20:27 +0000)
packages/lsof/lsof_4.78.bb
patch
|
blob
|
history
diff --git
a/packages/lsof/lsof_4.78.bb
b/packages/lsof/lsof_4.78.bb
index
8a71383
..
51f0b8b
100644
(file)
--- a/
packages/lsof/lsof_4.78.bb
+++ b/
packages/lsof/lsof_4.78.bb
@@
-15,9
+15,10
@@
python do_unpack () {
bb.data.setVar('SRC_URI', src_uri, d)
}
-LSOF_OS = "${TARGET_OS}"
+
export
LSOF_OS = "${TARGET_OS}"
LSOF_OS_linux-uclibc = "linux"
LSOF_OS_linux-gnueabi = "linux"
+export LSOF_INCLUDE = "${STAGING_INCDIR}"
do_configure () {
yes | ./Configure ${LSOF_OS}