summaryrefslogtreecommitdiffstats
path: root/recipes-core/llvm
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2012-08-16 23:00:07 +0200
committerHenning Heinold <heinold@inf.fu-berlin.de>2012-08-16 23:00:07 +0200
commita3977003ef6b9b346729728f77bca87ba729be45 (patch)
treecc00a2ed6d793b3c4e8778c8c16baba4070db285 /recipes-core/llvm
parentdefa36fd9c0722b30ab9981bce0905c7d5153a64 (diff)
downloadmeta-java-a3977003ef6b9b346729728f77bca87ba729be45.tar.gz
llvm2.8: fix typo in variable append
* this fixes build for arm
Diffstat (limited to 'recipes-core/llvm')
-rw-r--r--recipes-core/llvm/llvm2.8_2.8.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/llvm/llvm2.8_2.8.bb b/recipes-core/llvm/llvm2.8_2.8.bb
index 1f77d46..85469bb 100644
--- a/recipes-core/llvm/llvm2.8_2.8.bb
+++ b/recipes-core/llvm/llvm2.8_2.8.bb
@@ -16,7 +16,7 @@ SRC_URI_append_arm = " file://llvm-mc_disable.patch "
16 16
17LLVM_RELEASE = "2.8" 17LLVM_RELEASE = "2.8"
18 18
19EXTRA_OECMAKE_append-arm = " -DBUILD_SHARED_LIBS:BOOL=OFF " 19EXTRA_OECMAKE_append_arm = " -DBUILD_SHARED_LIBS:BOOL=OFF "
20 20
21SRC_URI[md5sum] = "220d361b4d17051ff4bb21c64abe05ba" 21SRC_URI[md5sum] = "220d361b4d17051ff4bb21c64abe05ba"
22SRC_URI[sha256sum] = "25addb742f1c6cc12877ed0ee924dda962d848368ee095be8e48342ae613d43b" 22SRC_URI[sha256sum] = "25addb742f1c6cc12877ed0ee924dda962d848368ee095be8e48342ae613d43b"