diff options
-rw-r--r-- | mtd/mtd-native_20040614.oe | 13 | ||||
-rw-r--r-- | mtd/mtd-native_20041113.oe | 0 | ||||
-rw-r--r-- | mtd/mtd_20040614.oe | 31 | ||||
-rw-r--r-- | mtd/mtd_20041113.oe | 0 | ||||
-rw-r--r-- | netbase/netbase_4.18.oe | 33 | ||||
-rw-r--r-- | netbase/netbase_4.19.oe | 0 | ||||
-rw-r--r-- | unionfs/unionfs-1.0.3/gcc2-hack.patch | 0 | ||||
-rw-r--r-- | unionfs/unionfs-1.0.3/make.patch | 0 | ||||
-rw-r--r-- | unionfs/unionfs-modules_1.0.3.oe | 0 | ||||
-rw-r--r-- | unionfs/unionfs-utils_1.0.3.oe | 0 | ||||
-rw-r--r-- | unionfs/unionfs_1.0.3.inc | 0 |
11 files changed, 0 insertions, 77 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 -} diff --git a/mtd/mtd-native_20041113.oe b/mtd/mtd-native_20041113.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/mtd/mtd-native_20041113.oe 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 -} diff --git a/mtd/mtd_20041113.oe b/mtd/mtd_20041113.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/mtd/mtd_20041113.oe diff --git a/netbase/netbase_4.18.oe b/netbase/netbase_4.18.oe deleted file mode 100644 index 860fe8b743..0000000000 --- a/netbase/netbase_4.18.oe +++ /dev/null @@ -1,33 +0,0 @@ -SECTION = "base" -DESCRIPTION = "This package provides the necessary \ -infrastructure for basic TCP/IP based networking." - -inherit update-rc.d - -INITSCRIPT_NAME = "networking" -INITSCRIPT_PARAMS = "start 40 S . stop 40 0 6 1 ." - -SRC_URI = "${DEBIAN_MIRROR}/main/n/netbase/netbase_${PV}.tar.gz \ - file://options \ - file://init \ - file://hosts \ - file://interfaces" - -do_install () { - install -d ${D}/${sysconfdir}/init.d \ - ${D}/${sbindir} \ - ${D}/${mandir}/man8 \ - ${D}/${sysconfdir}/network/if-pre-up.d \ - ${D}/${sysconfdir}/network/if-up.d \ - ${D}/${sysconfdir}/network/if-down.d \ - ${D}/${sysconfdir}/network/if-post-down.d - install -m 0644 ${WORKDIR}/options ${D}/${sysconfdir}/network/options - install -m 0755 ${WORKDIR}/init ${D}/${sysconfdir}/init.d/networking - install -m 0644 ${WORKDIR}/hosts ${D}/${sysconfdir}/hosts - install -m 0644 etc-rpc ${D}/${sysconfdir}/rpc - install -m 0644 etc-protocols ${D}/${sysconfdir}/protocols - install -m 0644 etc-services ${D}/${sysconfdir}/services - install -m 0755 update-inetd ${D}/${sbindir}/ - install -m 0644 update-inetd.8 ${D}/${mandir}/man8/ - install -m 0644 ${WORKDIR}/interfaces ${D}/${sysconfdir}/network/interfaces -} diff --git a/netbase/netbase_4.19.oe b/netbase/netbase_4.19.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/netbase/netbase_4.19.oe diff --git a/unionfs/unionfs-1.0.3/gcc2-hack.patch b/unionfs/unionfs-1.0.3/gcc2-hack.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/unionfs/unionfs-1.0.3/gcc2-hack.patch diff --git a/unionfs/unionfs-1.0.3/make.patch b/unionfs/unionfs-1.0.3/make.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/unionfs/unionfs-1.0.3/make.patch diff --git a/unionfs/unionfs-modules_1.0.3.oe b/unionfs/unionfs-modules_1.0.3.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/unionfs/unionfs-modules_1.0.3.oe diff --git a/unionfs/unionfs-utils_1.0.3.oe b/unionfs/unionfs-utils_1.0.3.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/unionfs/unionfs-utils_1.0.3.oe diff --git a/unionfs/unionfs_1.0.3.inc b/unionfs/unionfs_1.0.3.inc new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/unionfs/unionfs_1.0.3.inc |