From 2d8e9d6a40f01484e81004a386e1ae6d7320f570 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Fri, 18 Jun 2004 18:50:24 +0000 Subject: use fixed date for mtd snapshots BKrev: 40d33970G37-WM0_vJCmFlykU48i0Q --- mtd/mtd-native.oe | 12 ------------ mtd/mtd-native_20040614.oe | 0 mtd/mtd.oe | 23 ----------------------- mtd/mtd_20040614.oe | 0 4 files changed, 35 deletions(-) delete mode 100644 mtd/mtd-native.oe create mode 100644 mtd/mtd-native_20040614.oe delete mode 100644 mtd/mtd.oe create mode 100644 mtd/mtd_20040614.oe diff --git a/mtd/mtd-native.oe b/mtd/mtd-native.oe deleted file mode 100644 index ed32e7e08f..0000000000 --- a/mtd/mtd-native.oe +++ /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 index 0000000000..e69de29bb2 diff --git a/mtd/mtd.oe b/mtd/mtd.oe deleted file mode 100644 index cca6fdadb6..0000000000 --- a/mtd/mtd.oe +++ /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 index 0000000000..e69de29bb2 -- cgit v1.2.3