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:
55df5c9
)
Merge openembedded@openembedded.bkbits.net:packages
author
Chris Larson
<clarson@kergoth.com>
Wed, 5 May 2004 00:52:03 +0000
(
00:52
+0000)
committer
Chris Larson
<clarson@kergoth.com>
Wed, 5 May 2004 00:52:03 +0000
(
00:52
+0000)
into linux.local:/home/kergoth/code/packages
2004/05/04 20:51:59-04:00 local!kergoth
Correct modutils-cross FILESDIR.
BKrev: 40983ab34GZW8YT8MIP7IFWt3wiT8g
modutils/modutils-cross_2.4.25.oe
patch
|
blob
|
history
diff --git
a/modutils/modutils-cross_2.4.25.oe
b/modutils/modutils-cross_2.4.25.oe
index
5a98407
..
88d6771
100644
(file)
--- a/
modutils/modutils-cross_2.4.25.oe
+++ b/
modutils/modutils-cross_2.4.25.oe
@@
-2,7
+2,7
@@
include modutils_${PV}.oe
inherit cross
S = "${WORKDIR}/modutils-${PV}"
DEPENDS = "patcher-native"
-FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/
modutils-${PV}-${PR}
"
+FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/
files
"
PACKAGES = ""
sbindir = "${prefix}/bin"