diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-11-14 11:15:42 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-11-14 11:15:42 +0000 |
commit | 36ffda8b2c3588c8811ce80ccb2103623e3a2e1b (patch) | |
tree | a0ce1b9448aa480b59a33aaf21c175a279d67e77 /mtd/mtd_20040614.oe | |
parent | 659058486a4b2737da49a00d681adaa6074ae1c8 (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_20040614.oe')
-rw-r--r-- | mtd/mtd_20040614.oe | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/mtd/mtd_20040614.oe b/mtd/mtd_20040614.oe deleted file mode 100644 index 6fd9e3869f..0000000000 --- a/mtd/mtd_20040614.oe +++ /dev/null @@ -1,31 +0,0 @@ -SECTION = "base" -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-${PV}.tar.bz2" - -CFLAGS_prepend = "-I${S}/include " - -do_compile () { - oe_runmake -C util -} - -do_stage () { - install -d ${STAGING_INCDIR}/mtd - for f in ${S}/include/mtd/*.h; do - install -m 0644 $f ${STAGING_INCDIR}/mtd/ - done -} - -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 -} |