aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/llvm
diff options
context:
space:
mode:
authorRobert Schuster <robertschuster@fsfe.org>2010-06-16 19:33:55 +0200
committerRobert Schuster <robertschuster@fsfe.org>2010-06-16 19:33:55 +0200
commitfffb474ad6c4d1ce38561aec850be7bf707bb00a (patch)
treebd8efbc01dab0449673da03efa8b311ef67f7302 /recipes/llvm
parentcaa1cc56523416601aa56e42a5e216d35fea6b0f (diff)
downloadopenembedded-fffb474ad6c4d1ce38561aec850be7bf707bb00a.tar.gz
llvm-native 2.5: Removed unneeded recipe (superseeded by llvm2.5-native).
llvm-gcc4 svn: Removed unused recipe. llvm-gcc4-cross svn: Removed unused recipe.
Diffstat (limited to 'recipes/llvm')
-rw-r--r--recipes/llvm/llvm-gcc4-cross_svn.bb35
-rw-r--r--recipes/llvm/llvm-gcc4_svn.bb22
-rw-r--r--recipes/llvm/llvm-native_2.5.bb18
3 files changed, 0 insertions, 75 deletions
diff --git a/recipes/llvm/llvm-gcc4-cross_svn.bb b/recipes/llvm/llvm-gcc4-cross_svn.bb
deleted file mode 100644
index adf8cb4db9..0000000000
--- a/recipes/llvm/llvm-gcc4-cross_svn.bb
+++ /dev/null
@@ -1,35 +0,0 @@
-DESCRIPTION = "The Low Level Virtual Machine - gcc4 frontend"
-HOMEPAGE = "http://llvm.org"
-LICENSE = "various"
-
-DEPENDS = "llvm2.5-native"
-
-SRCREV = "374"
-PV = "2.1+svnr${SRCPV}"
-
-PR = "r1"
-
-inherit autotools cross
-
-SRC_URI = "svn://anonsvn.opensource.apple.com/svn/llvm/;module=trunk \
- "
-
-S = "${WORKDIR}/trunk"
-
-EXTRA_OECONF = "--disable-shared \
- --enable-llvm=/data/build/koen/OE/build/tmp/angstrom/work/i686-linux/llvm-native-2.0-r0/llvm-2.0 \
- "
-
-do_configure() {
- gnu-configize
- libtoolize --force
- oe_runconf
-}
-
-PARALLEL_MAKE = ""
-
-#oe_runmake gets distracted by GNUMakefiles...
-# we also need to get an install.sh and config-ml.in in gcc/ as well somehow
-do_compile_prepend() {
- rm -f ${S}/GNUmakefile
-}
diff --git a/recipes/llvm/llvm-gcc4_svn.bb b/recipes/llvm/llvm-gcc4_svn.bb
deleted file mode 100644
index 363be8e3cf..0000000000
--- a/recipes/llvm/llvm-gcc4_svn.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-DESCRIPTION = "The Low Level Virtual Machine - gcc4 frontend"
-HOMEPAGE = "http://llvm.org"
-LICENSE = "various"
-
-DEPENDS = "llvm2.5-native"
-
-SRCREV = "374"
-PV = "2.0+svnr${SRCPV}"
-
-PR = "r1"
-
-inherit autotools cross
-
-SRC_URI = "svn://anonsvn.opensource.apple.com/svn/llvm/;module=trunk \
- "
-
-S = "${WORKDIR}/trunk"
-
-EXTRA_OECONF = "--disable-shared \
- --enable-llvm \
- "
-
diff --git a/recipes/llvm/llvm-native_2.5.bb b/recipes/llvm/llvm-native_2.5.bb
deleted file mode 100644
index 5b2f387560..0000000000
--- a/recipes/llvm/llvm-native_2.5.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-require llvm.inc
-
-SRC_URI = "http://llvm.org/releases/2.5/llvm-${PV}.tar.gz"
-
-inherit native
-
-S = "${WORKDIR}/llvm-${PV}"
-
-do_stage() {
- install -m 755 ${S}/Release/bin/* ${STAGING_BINDIR_NATIVE}/
-}
-
-do_rm_work() {
- :
-}
-
-SRC_URI[md5sum] = "55df2ea8665c8094ad2ef85187b9fc74"
-SRC_URI[sha256sum] = "8f3d69e63bc5d1ee2c2ee49ff07ccb7e070070a0e937813d2a6179b9e2e173ed"