diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-10-26 15:50:07 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-10-26 15:50:07 +0100 |
commit | 247688aaac7b4f57740a327ebd6c33660642fa98 (patch) | |
tree | 83120eb26b1285db62fef3c5421f523ff38f7afd /recipes/llvm | |
parent | 77cfe0930b039016848f590ebf736442c03a9975 (diff) | |
parent | 66c4fef12cbe7f2a453748b8b025b2597a13e0c7 (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
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" |