aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/llvm/llvm2.7-native_2.6+svnr20090916.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/llvm/llvm2.7-native_2.6+svnr20090916.bb')
-rw-r--r--recipes/llvm/llvm2.7-native_2.6+svnr20090916.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/llvm/llvm2.7-native_2.6+svnr20090916.bb b/recipes/llvm/llvm2.7-native_2.6+svnr20090916.bb
new file mode 100644
index 0000000000..ab0bbc5aa8
--- /dev/null
+++ b/recipes/llvm/llvm2.7-native_2.6+svnr20090916.bb
@@ -0,0 +1,16 @@
+require llvm-native.inc
+
+SRCREV = "82130"
+
+PV = "2.6+svnr${SRCREV}"
+
+PR = "r0"
+
+SRC_URI = "\
+ svn://llvm.org/svn/llvm-project/llvm/;proto=http;module=trunk \
+ file://llvm-debugonly-zeroormore.patch;patch=1 \
+"
+
+S = "${WORKDIR}/trunk"
+
+LLVM_RELEASE = "2.7"