Merge bk://openembedded@openembedded.bkbits.net/packages
authorMichael Lauer <mickey@vanille-media.de>
Tue, 28 Sep 2004 20:22:11 +0000 (20:22 +0000)
committerMichael 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

index 9087d79..8a05322 100644 (file)
@@ -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 \