summaryrefslogtreecommitdiff
path: root/mtd/mtd-native_20040614.oe
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-11-14 11:15:42 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-11-14 11:15:42 +0000
commit36ffda8b2c3588c8811ce80ccb2103623e3a2e1b (patch)
treea0ce1b9448aa480b59a33aaf21c175a279d67e77 /mtd/mtd-native_20040614.oe
parent659058486a4b2737da49a00d681adaa6074ae1c8 (diff)
Merge bk://openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2004/11/14 06:03:50-05:00 handhelds.org!kergoth Fix the unionfs modules to use the kernel cc/ld, so the versions match up with the ones used to the build the kernel itself. 2004/11/14 02:44:21-05:00 handhelds.org!kergoth Add unionfs (A Stackable Unification File System) 1.0.3 utils and modules. BKrev: 41973e5e0PmlEdPjSjb0WM5OSPsK_Q
Diffstat (limited to 'mtd/mtd-native_20040614.oe')
-rw-r--r--mtd/mtd-native_20040614.oe13
1 files changed, 0 insertions, 13 deletions
diff --git a/mtd/mtd-native_20040614.oe b/mtd/mtd-native_20040614.oe
deleted file mode 100644
index d3fa78a76b..0000000000
--- a/mtd/mtd-native_20040614.oe
+++ /dev/null
@@ -1,13 +0,0 @@
-SECTION = "base"
-include mtd_${PV}.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
-}