diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-09-28 20:22:11 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-09-28 20:22:11 +0000 |
commit | df4897ca40e91ab0ac6e44ed2401e9631c0282e5 (patch) | |
tree | 947c46585294f49287de8f56bf000c80a276fb66 | |
parent | bf08d2c80abceca2f0b944df0a9ae42a7898256c (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
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
-rw-r--r-- | mtd/mtd_20040614.oe | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mtd/mtd_20040614.oe b/mtd/mtd_20040614.oe index 9087d791ef..8a0532283a 100644 --- 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 \ |