summaryrefslogtreecommitdiffstats
path: root/recipes/llvm/llvm2.6_2.6.bb
diff options
context:
space:
mode:
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"