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:
2d25fe0
)
dmai: comment out install, add staging
author
Koen Kooi
<koen@openembedded.org>
Wed, 18 Feb 2009 09:35:53 +0000
(10:35 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Wed, 18 Feb 2009 09:35:53 +0000
(10:35 +0100)
packages/dsplink/dmai_1.20.bb
patch
|
blob
|
history
diff --git
a/packages/dsplink/dmai_1.20.bb
b/packages/dsplink/dmai_1.20.bb
index
b7a03f5
..
134f823
100644
(file)
--- a/
packages/dsplink/dmai_1.20.bb
+++ b/
packages/dsplink/dmai_1.20.bb
@@
-39,9
+39,10
@@
do_compile() {
}
do_install () {
- oe_runmake install
+
echo
oe_runmake install
}
do_stage () {
- :
+ install -d ${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/dmai
+ cp -pPrf ${S}/* ${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/dmai
}