aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/llvm')
-rw-r--r--recipes/llvm/llvm2.6-native_2.6.bb (renamed from recipes/llvm/llvm2.6-native_2.5+svnr20090511.bb)9
-rw-r--r--recipes/llvm/llvm2.6_2.6.bb (renamed from recipes/llvm/llvm2.6_2.5+svnr20090511.bb)9
2 files changed, 2 insertions, 16 deletions
diff --git a/recipes/llvm/llvm2.6-native_2.5+svnr20090511.bb b/recipes/llvm/llvm2.6-native_2.6.bb
index 119e191856..13e779aeda 100644
--- a/recipes/llvm/llvm2.6-native_2.5+svnr20090511.bb
+++ b/recipes/llvm/llvm2.6-native_2.6.bb
@@ -1,17 +1,10 @@
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 \
+SRC_URI += "\
file://fix-build.patch;patch=1 \
file://llvm-debugonly-zeroormore.patch;patch=1;pnum=0 \
"
-S = "${WORKDIR}/trunk"
-
LLVM_RELEASE = "2.6"
diff --git a/recipes/llvm/llvm2.6_2.5+svnr20090511.bb b/recipes/llvm/llvm2.6_2.6.bb
index 035d021f7d..40dabb4fba 100644
--- a/recipes/llvm/llvm2.6_2.5+svnr20090511.bb
+++ b/recipes/llvm/llvm2.6_2.6.bb
@@ -1,19 +1,12 @@
require llvm.inc
-SRCREV = "71428"
-
-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 \
+SRC_URI += "\
file://fix-build.patch;patch=1 \
file://llvm-debugonly-zeroormore.patch;patch=1;pnum=0 \
"
-S = "${WORKDIR}/trunk"
-
LLVM_RELEASE = "2.6"