From df4897ca40e91ab0ac6e44ed2401e9631c0282e5 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Tue, 28 Sep 2004 20:22:11 +0000 Subject: [PATCH] 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 --- mtd/mtd_20040614.oe | 7 +++++++ 1 file changed, 7 insertions(+) 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 \ -- 2.39.5