aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/llvm/llvm2.6_2.5+svnr20090504.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/llvm/llvm2.6_2.5+svnr20090504.bb')
-rw-r--r--recipes/llvm/llvm2.6_2.5+svnr20090504.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/llvm/llvm2.6_2.5+svnr20090504.bb b/recipes/llvm/llvm2.6_2.5+svnr20090504.bb
new file mode 100644
index 0000000000..9ba13ceadc
--- /dev/null
+++ b/recipes/llvm/llvm2.6_2.5+svnr20090504.bb
@@ -0,0 +1,21 @@
+require llvm.inc
+
+SRCREV = "70854"
+
+PV = "2.5+svnr${SRCREV}"
+
+PR = "r0"
+
+DEPENDS = "llvm-common llvm2.6-native"
+
+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 \
+ file://llvm-fix-pthreads_h.patch;patch=1;pnum=0 \
+ file://llvm-fix-have_libpthread.patch;patch=1 \
+"
+
+S = "${WORKDIR}/trunk"
+
+LLVM_RELEASE = "2.6"