]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/mtd/mtd-utils-native_20050801.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / mtd / mtd-utils-native_20050801.bb
1 LICENSE = "GPLv2"
2 SECTION = "base"
3 include mtd-utils_${PV}.bb
4 inherit native
5 DEPENDS = "zlib-native"
6 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/mtd-utils"
7
8 do_stage () {
9         for binary in ${mtd_utils}; do
10                 install -m 0755 util/$binary ${STAGING_BINDIR}/
11         done
12 }