[oe-commits] Andrea Adami : sharprom-toolchain: remove now obsoleted/ unbuildable toolchain

git version control git at git.openembedded.org
Thu Oct 21 02:01:29 UTC 2010


Module: openembedded.git
Branch: darwin
Commit: 6ba1aada00ee4a6333bf168d4a5cde4c0305f915
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6ba1aada00ee4a6333bf168d4a5cde4c0305f915

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Thu Oct 21 01:36:50 2010 +0200

sharprom-toolchain: remove now obsoleted/unbuildable toolchain

---

 .../sharprom-toolchain-native_1.0.bb               |   42 --------------------
 1 files changed, 0 insertions(+), 42 deletions(-)

diff --git a/recipes/sharprom-toolchain/sharprom-toolchain-native_1.0.bb b/recipes/sharprom-toolchain/sharprom-toolchain-native_1.0.bb
deleted file mode 100644
index 02d0dc9..0000000
--- a/recipes/sharprom-toolchain/sharprom-toolchain-native_1.0.bb
+++ /dev/null
@@ -1,42 +0,0 @@
-DESCRIPTION = "Precompiled SharpROM toolchain glue package"
-LICENSE = "GPL"
-SECTION = "base"
-# see bug 2199 for the reason the following line is in here
-DEPENDS = "linux-libc-headers cross-linkage staging-linkage"
-PROVIDES_sharprom-compatible = "\
-  virtual/arm-linux-gcc-2.95 \
-  virtual/arm-linux-libc-for-gcc \
-  virtual/arm-linux-libc-initial \
-  virtual/arm-linux-binutils \
-  virtual/libc \
-  virtual/libintl \
-  virtual/libiconv \
-  virtual/arm-linux-gcc \
-  virtual/arm-linux-libc-for-gcc \
-  virtual/arm-linux-gcc-intermediate \
-  virtual/arm-linux-gcc-initial "
-PR = "r4"
-
-RPROVIDES_${PN} = "glibc-utils libsegfault glibc-thread-db libgcc-dev libstdc++-dev libstdc++"
-PACKAGES_DYNAMIC = "glibc-gconv-*"
-
-# This needs to be extracted to /usr/local/arm :
-# SRC_URI = "http://handhelds.org/download/projects/toolchain/archive/cross-2.95.3.tar.bz2"
-
-inherit native
-
-COMPATIBLE_HOST = 'i.86.*-linux'
-
-do_stage() {
-	if [ ! -e /usr/local/arm/2.95.3/bin/arm-linux-gcc-2.95 ]
-	then
-		die "You need to install the Sharp Toolchain to /usr/local/arm and rename the compiler to arm-linux-gcc-2.95"
-	fi
-	if [ ! -e /usr/local/arm/2.95.3/bin/arm-linux-ld-2.11.2 ]
-	then
-		die "You need to install the Sharp Toolchain to /usr/local/arm and rename the linker to arm-linux-ld-2.11.2"
-	fi
-	ln -sf /usr/local/arm/2.95.3/bin/arm-linux-gcc-2.95 ${STAGING_BINDIR}/arm-linux-gcc
-	ln -sf /usr/local/arm/2.95.3/bin/arm-linux-ld-2.11.2 ${STAGING_BINDIR}/arm-linux-ld
-}
-





More information about the Openembedded-commits mailing list