diff options
author | Gerald Britton <gbritton@doomcom.org> | 2004-05-08 23:04:54 +0000 |
---|---|---|
committer | Gerald Britton <gbritton@doomcom.org> | 2004-05-08 23:04:54 +0000 |
commit | 210ab474c06ebf759982513a125b7fc031bde663 (patch) | |
tree | 55457aec05b86a1109f7433efeafa85ec649385d /mtd/mtd-native.oe | |
parent | 7599f787f1619884dc352444ab219fda0f361dfe (diff) |
templated qmake support (to allow uclibc builds), also update mtd
BKrev: 409d6796_U-R5ieZHQVcqDkv7KMpBw
Diffstat (limited to 'mtd/mtd-native.oe')
-rw-r--r-- | mtd/mtd-native.oe | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mtd/mtd-native.oe b/mtd/mtd-native.oe index ed32e7e08f..2fbdc49095 100644 --- a/mtd/mtd-native.oe +++ b/mtd/mtd-native.oe @@ -4,9 +4,9 @@ DEPENDS = "patcher-native zlib-native" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/mtd" do_stage () { - for binary in ftl_format flash_erase flash_eraseall nanddump doc_loadbios \ - mkfs.jffs ftl_check mkfs.jffs2 flash_lock flash_unlock flash_info mtd_debug \ - flashcp nandwrite jffs2dump; do + for binary in ftl_format erase eraseall nanddump doc_loadbios \ + mkfs.jffs ftl_check mkfs.jffs2 lock unlock einfo mtd_debug \ + fcp nandwrite jffs2dump; do install -m 0755 util/$binary ${STAGING_BINDIR}/ done } |