Rename mtd native .oe file.
authorChris Larson <clarson@kergoth.com>
Wed, 15 Oct 2003 22:28:08 +0000 (22:28 +0000)
committerChris Larson <clarson@kergoth.com>
Wed, 15 Oct 2003 22:28:08 +0000 (22:28 +0000)
BKrev: 3f8dc9f8DKZMUq9pCzb7jJmQ3Z2ChQ

mtd/mtd-native.oe [new file with mode: 0644]
mtd/mtd_native.oe [deleted file]

diff --git a/mtd/mtd-native.oe b/mtd/mtd-native.oe
new file mode 100644 (file)
index 0000000..4843efa
--- /dev/null
@@ -0,0 +1,10 @@
+inherit native
+include mtd.oe
+
+do_stage () {
+       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 $binary ${STAGING_BINDIR}/
+       done
+}
diff --git a/mtd/mtd_native.oe b/mtd/mtd_native.oe
deleted file mode 100644 (file)
index e69de29..0000000