From 3f4268a2db364ab97ae6937e814dfd9d645356d6 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 6 Oct 2003 19:54:25 +0000 Subject: [PATCH] Rename the -buildarch packages to -native for consistency. BKrev: 3f81c8716g4Yga7QFFqQff8FeCymZA --- autoconf/autoconf-buildarch-2.57.oe | 4 ---- .../autoconf-native-2.57.oe | 0 automake/automake-buildarch-1.7.7.oe | 4 ---- .../automake-native-1.7.7.oe | 0 fakeroot/fakeroot-buildarch-0.7.5.oe | 3 --- .../fakeroot-native-0.7.5.oe | 0 .../ipkg-utils-native-1.0_cvs.oe | 0 ipkg/ipkg-native-0.99.84.oe | 0 ipkg/ipkg-native-0.99.91.oe | 0 ipkg/ipkg-native-0.99.95.oe | 0 mtd/mtd-buildarch.oe | 10 ---------- mtd/mtd-native.oe | 0 12 files changed, 21 deletions(-) delete mode 100644 autoconf/autoconf-buildarch-2.57.oe rename ipkg-utils/ipkg-utils-buildarch-1.0_cvs.oe => autoconf/autoconf-native-2.57.oe (100%) delete mode 100644 automake/automake-buildarch-1.7.7.oe rename ipkg/ipkg-buildarch-0.99.84.oe => automake/automake-native-1.7.7.oe (100%) delete mode 100644 fakeroot/fakeroot-buildarch-0.7.5.oe rename ipkg/ipkg-buildarch-0.99.91.oe => fakeroot/fakeroot-native-0.7.5.oe (100%) rename ipkg/ipkg-buildarch-0.99.95.oe => ipkg-utils/ipkg-utils-native-1.0_cvs.oe (100%) create mode 100644 ipkg/ipkg-native-0.99.84.oe create mode 100644 ipkg/ipkg-native-0.99.91.oe create mode 100644 ipkg/ipkg-native-0.99.95.oe delete mode 100644 mtd/mtd-buildarch.oe create mode 100644 mtd/mtd-native.oe diff --git a/autoconf/autoconf-buildarch-2.57.oe b/autoconf/autoconf-buildarch-2.57.oe deleted file mode 100644 index 4561058291..0000000000 --- a/autoconf/autoconf-buildarch-2.57.oe +++ /dev/null @@ -1,4 +0,0 @@ -include autoconf-${PV}.oe -S = ${WORKDIR}/autoconf-${PV} - -inherit native diff --git a/ipkg-utils/ipkg-utils-buildarch-1.0_cvs.oe b/autoconf/autoconf-native-2.57.oe similarity index 100% rename from ipkg-utils/ipkg-utils-buildarch-1.0_cvs.oe rename to autoconf/autoconf-native-2.57.oe diff --git a/automake/automake-buildarch-1.7.7.oe b/automake/automake-buildarch-1.7.7.oe deleted file mode 100644 index 9da5160c30..0000000000 --- a/automake/automake-buildarch-1.7.7.oe +++ /dev/null @@ -1,4 +0,0 @@ -include automake-${PV}.oe -S = ${WORKDIR}/automake-${PV} - -inherit native diff --git a/ipkg/ipkg-buildarch-0.99.84.oe b/automake/automake-native-1.7.7.oe similarity index 100% rename from ipkg/ipkg-buildarch-0.99.84.oe rename to automake/automake-native-1.7.7.oe diff --git a/fakeroot/fakeroot-buildarch-0.7.5.oe b/fakeroot/fakeroot-buildarch-0.7.5.oe deleted file mode 100644 index f9a9e39826..0000000000 --- a/fakeroot/fakeroot-buildarch-0.7.5.oe +++ /dev/null @@ -1,3 +0,0 @@ -inherit native -include fakeroot-${PV}.oe -S = ${WORKDIR}/fakeroot-${PV} diff --git a/ipkg/ipkg-buildarch-0.99.91.oe b/fakeroot/fakeroot-native-0.7.5.oe similarity index 100% rename from ipkg/ipkg-buildarch-0.99.91.oe rename to fakeroot/fakeroot-native-0.7.5.oe diff --git a/ipkg/ipkg-buildarch-0.99.95.oe b/ipkg-utils/ipkg-utils-native-1.0_cvs.oe similarity index 100% rename from ipkg/ipkg-buildarch-0.99.95.oe rename to ipkg-utils/ipkg-utils-native-1.0_cvs.oe diff --git a/ipkg/ipkg-native-0.99.84.oe b/ipkg/ipkg-native-0.99.84.oe new file mode 100644 index 0000000000..e69de29bb2 diff --git a/ipkg/ipkg-native-0.99.91.oe b/ipkg/ipkg-native-0.99.91.oe new file mode 100644 index 0000000000..e69de29bb2 diff --git a/ipkg/ipkg-native-0.99.95.oe b/ipkg/ipkg-native-0.99.95.oe new file mode 100644 index 0000000000..e69de29bb2 diff --git a/mtd/mtd-buildarch.oe b/mtd/mtd-buildarch.oe deleted file mode 100644 index 4843efa6ba..0000000000 --- a/mtd/mtd-buildarch.oe +++ /dev/null @@ -1,10 +0,0 @@ -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 -} diff --git a/mtd/mtd-native.oe b/mtd/mtd-native.oe new file mode 100644 index 0000000000..e69de29bb2 -- 2.39.5