summaryrefslogtreecommitdiff
path: root/recipes/llvm/llvm2.6-native_2.5+svnr20090511.bb
diff options
context:
space:
mode:
authorRobert Schuster <robertschuster@fsfe.org>2009-05-13 13:34:30 +0200
committerRobert Schuster <robertschuster@fsfe.org>2009-05-13 13:34:30 +0200
commit49608b50121cf83d21c4616ca048d1dff86e1efa (patch)
tree64c1dca7237c885f050349e4b92405cb8f665187 /recipes/llvm/llvm2.6-native_2.5+svnr20090511.bb
parent8079cec72c1014c1676a6de10a6eb4709d9e812d (diff)
llvm2.6: Updated to newer SVN snapshot (includes some patches developed in OE).
llvm2.6-native: Dito.
Diffstat (limited to 'recipes/llvm/llvm2.6-native_2.5+svnr20090511.bb')
-rw-r--r--recipes/llvm/llvm2.6-native_2.5+svnr20090511.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/llvm/llvm2.6-native_2.5+svnr20090511.bb b/recipes/llvm/llvm2.6-native_2.5+svnr20090511.bb
new file mode 100644
index 0000000000..119e191856
--- /dev/null
+++ b/recipes/llvm/llvm2.6-native_2.5+svnr20090511.bb
@@ -0,0 +1,17 @@
+require llvm-native.inc
+
+SRCREV = "71428"
+
+PV = "2.5+svnr${SRCREV}"
+
+PR = "r0"
+
+SRC_URI = "\
+ svn://llvm.org/svn/llvm-project/llvm/;proto=http;module=trunk \
+ file://fix-build.patch;patch=1 \
+ file://llvm-debugonly-zeroormore.patch;patch=1;pnum=0 \
+"
+
+S = "${WORKDIR}/trunk"
+
+LLVM_RELEASE = "2.6"