use fixed date for mtd snapshots
authorPhil Blundell <philb@gnu.org>
Fri, 18 Jun 2004 18:50:24 +0000 (18:50 +0000)
committerPhil Blundell <philb@gnu.org>
Fri, 18 Jun 2004 18:50:24 +0000 (18:50 +0000)
BKrev: 40d33970G37-WM0_vJCmFlykU48i0Q

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

diff --git a/mtd/mtd-native.oe b/mtd/mtd-native.oe
deleted file mode 100644 (file)
index ed32e7e..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-include mtd.oe
-inherit native
-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
-               install -m 0755 util/$binary ${STAGING_BINDIR}/
-       done
-}
diff --git a/mtd/mtd-native_20040614.oe b/mtd/mtd-native_20040614.oe
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/mtd/mtd.oe b/mtd/mtd.oe
deleted file mode 100644 (file)
index cca6fda..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-DEPENDS = "zlib"
-DESCRIPTION = "Tools for managing memory technology devices."
-#PV = "${CVSDATE}"
-PV = "20040614"
-
-S = "${WORKDIR}/mtd/"
-#SRC_URI = "cvs://anoncvs@cvs.infradead.org/home/cvs;module=mtd;method=ext"
-SRC_URI = "ftp://ftp.uk.linux.org/pub/people/dwmw2/mtd/cvs/mtd-snapshot-${CVSDATE}.tar.bz2"
-
-CFLAGS_prepend = "-I${S}/include "
-
-do_compile () {
-       oe_runmake -C util
-}
-
-do_install () {
-       install -d ${D}${bindir}
-       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
-               install -m 0755 util/$binary ${D}${bindir}
-       done
-}
diff --git a/mtd/mtd_20040614.oe b/mtd/mtd_20040614.oe
new file mode 100644 (file)
index 0000000..e69de29