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:
bf08d2c
)
Merge bk://openembedded@openembedded.bkbits.net/packages
author
Michael Lauer
<mickey@vanille-media.de>
Tue, 28 Sep 2004 20:22:11 +0000
(20:22 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Tue, 28 Sep 2004 20:22:11 +0000
(20:22 +0000)
into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/09/28 21:16:08+01:00 nexus.co.uk!pb
apply staging patch from Felix Domke
BKrev: 4159c7f3roQRTCo-U5Isq3n46Bmazw
mtd/mtd_20040614.oe
patch
|
blob
|
history
diff --git
a/mtd/mtd_20040614.oe
b/mtd/mtd_20040614.oe
index
9087d79
..
8a05322
100644
(file)
--- a/
mtd/mtd_20040614.oe
+++ b/
mtd/mtd_20040614.oe
@@
-13,6
+13,13
@@
do_compile () {
oe_runmake -C util
}
+do_stage () {
+ install -d ${STAGING_INCDIR}/mtd
+ for f in ${S}/include/mtd/*.h; do
+ install -m 0644 $f ${STAGING_INCDIR}/mtd/
+ done
+}
+
do_install () {
install -d ${D}${bindir}
for binary in ftl_format flash_erase flash_eraseall nanddump doc_loadbios \