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:
e1464bf
)
modutils-collateral.oe:
author
Marcin Juszkiewicz
<hrw@openembedded.org>
Mon, 10 May 2004 20:11:56 +0000
(20:11 +0000)
committer
Marcin Juszkiewicz
<hrw@openembedded.org>
Mon, 10 May 2004 20:11:56 +0000
(20:11 +0000)
adding $MACHINE to machine dependend files is correct way.
BKrev: 409fe20c0Yb8Cry07NI_fpDZwNOnig
modutils/modutils-collateral.oe
patch
|
blob
|
history
diff --git
a/modutils/modutils-collateral.oe
b/modutils/modutils-collateral.oe
index
a9de943
..
dc3d172
100644
(file)
--- a/
modutils/modutils-collateral.oe
+++ b/
modutils/modutils-collateral.oe
@@
-2,7
+2,9
@@
DEPENDS = "virtual/libc"
DESCRIPTION = "modutils configuration files"
FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/files"
-SRC_URI = "file://${FILESDIR}/modutils"
+SRC_URI = "file://${FILESDIR}/${MACHINE}/modules \
+ file://${FILESDIR}/${MACHINE}/modules.conf \
+ file://${FILESDIR}/modutils"
INITSCRIPT_NAME = "modutils"
INITSCRIPT_PARAMS = "start 20 S ."