aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/llvm/llvm2.6_2.6.bb
diff options
context:
space:
mode:
authorXerxes Rånby <xerxes@zafena.se>2009-10-26 13:47:51 +0100
committerXerxes Rånby <xerxes@zafena.se>2009-10-26 13:57:24 +0100
commit66c4fef12cbe7f2a453748b8b025b2597a13e0c7 (patch)
tree001849590cec9fce465ec35a37ac123c29e0380a /recipes/llvm/llvm2.6_2.6.bb
parent4882a87cc59eb6c984a4b95507c4f01fed2f6079 (diff)
downloadopenembedded-66c4fef12cbe7f2a453748b8b025b2597a13e0c7.tar.gz
llvm2.6: Updated to use llvm 2.6 release tarball.
llvm2.6-native: Likewise. checksums.ini: add sums for llvm-2.6.tar.gz
Diffstat (limited to 'recipes/llvm/llvm2.6_2.6.bb')
-rw-r--r--recipes/llvm/llvm2.6_2.6.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/llvm/llvm2.6_2.6.bb b/recipes/llvm/llvm2.6_2.6.bb
new file mode 100644
index 0000000000..40dabb4fba
--- /dev/null
+++ b/recipes/llvm/llvm2.6_2.6.bb
@@ -0,0 +1,12 @@
+require llvm.inc
+
+PR = "r0"
+
+DEPENDS = "llvm-common llvm2.6-native"
+
+SRC_URI += "\
+ file://fix-build.patch;patch=1 \
+ file://llvm-debugonly-zeroormore.patch;patch=1;pnum=0 \
+"
+
+LLVM_RELEASE = "2.6"