aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/llvm/llvm2.7_2.7.bb
diff options
context:
space:
mode:
authorXerxes Rånby <xerxes@zafena.se>2010-07-12 15:38:47 +0200
committerXerxes Rånby <xerxes@zafena.se>2010-07-12 15:58:13 +0200
commit605dee9cbbff33645c23f475224d6fc4a97aa159 (patch)
treefc6e1778f04244bc827c0a3aa922741ffc18a21f /recipes/llvm/llvm2.7_2.7.bb
parente2e1cf695fa8577cd211506d9d0f0f575423472c (diff)
downloadopenembedded-605dee9cbbff33645c23f475224d6fc4a97aa159.tar.gz
llvm2.7: workaround llvm pr5201 / icedtea6 pr399 for ARM and PPC
Diffstat (limited to 'recipes/llvm/llvm2.7_2.7.bb')
-rw-r--r--recipes/llvm/llvm2.7_2.7.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/llvm/llvm2.7_2.7.bb b/recipes/llvm/llvm2.7_2.7.bb
index 68a950a54c..36d0ffccee 100644
--- a/recipes/llvm/llvm2.7_2.7.bb
+++ b/recipes/llvm/llvm2.7_2.7.bb
@@ -1,11 +1,12 @@
require llvm.inc
-PR = "r4"
+PR = "r5"
DEPENDS = "llvm-common llvm2.7-native"
SRC_URI = "\
http://llvm.org/releases/${PV}/llvm-${PV}.tgz \
+ file://arm_ppc.patch \
file://BX_to_BLX.patch \
"