BKrev: 3f81c8716g4Yga7QFFqQff8FeCymZA
12 files changed:
+++ /dev/null
-include autoconf-${PV}.oe
-S = ${WORKDIR}/autoconf-${PV}
-
-inherit native
+++ /dev/null
-include automake-${PV}.oe
-S = ${WORKDIR}/automake-${PV}
-
-inherit native
+++ /dev/null
-inherit native
-include fakeroot-${PV}.oe
-S = ${WORKDIR}/fakeroot-${PV}
+++ /dev/null
-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
-}