diff options
| author | Henning Heinold <heinold@inf.fu-berlin.de> | 2012-08-16 23:00:07 +0200 |
|---|---|---|
| committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2012-08-16 23:00:07 +0200 |
| commit | a3977003ef6b9b346729728f77bca87ba729be45 (patch) | |
| tree | cc00a2ed6d793b3c4e8778c8c16baba4070db285 | |
| parent | defa36fd9c0722b30ab9981bce0905c7d5153a64 (diff) | |
| download | meta-java-a3977003ef6b9b346729728f77bca87ba729be45.tar.gz | |
llvm2.8: fix typo in variable append
* this fixes build for arm
| -rw-r--r-- | recipes-core/llvm/llvm2.8_2.8.bb | 2 |
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 | ||
| 17 | LLVM_RELEASE = "2.8" | 17 | LLVM_RELEASE = "2.8" |
| 18 | 18 | ||
| 19 | EXTRA_OECMAKE_append-arm = " -DBUILD_SHARED_LIBS:BOOL=OFF " | 19 | EXTRA_OECMAKE_append_arm = " -DBUILD_SHARED_LIBS:BOOL=OFF " |
| 20 | 20 | ||
| 21 | SRC_URI[md5sum] = "220d361b4d17051ff4bb21c64abe05ba" | 21 | SRC_URI[md5sum] = "220d361b4d17051ff4bb21c64abe05ba" |
| 22 | SRC_URI[sha256sum] = "25addb742f1c6cc12877ed0ee924dda962d848368ee095be8e48342ae613d43b" | 22 | SRC_URI[sha256sum] = "25addb742f1c6cc12877ed0ee924dda962d848368ee095be8e48342ae613d43b" |
