diff options
Diffstat (limited to 'meta/recipes-devtools/llvm')
-rw-r--r-- | meta/recipes-devtools/llvm/llvm_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb index b3069ec1fb..de06e12ae4 100644 --- a/meta/recipes-devtools/llvm/llvm_git.bb +++ b/meta/recipes-devtools/llvm/llvm_git.bb | |||
@@ -26,7 +26,7 @@ SRC_URI = "git://github.com/llvm-mirror/llvm.git;branch=release_50;protocol=http | |||
26 | file://0001-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch \ | 26 | file://0001-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch \ |
27 | file://0002-llvm-allow-env-override-of-exe-path.patch \ | 27 | file://0002-llvm-allow-env-override-of-exe-path.patch \ |
28 | " | 28 | " |
29 | UPSTREAM_VERSION_UNKNOWN = "1" | 29 | UPSTREAM_CHECK_COMMITS = "1" |
30 | S = "${WORKDIR}/git" | 30 | S = "${WORKDIR}/git" |
31 | 31 | ||
32 | LLVM_INSTALL_DIR = "${WORKDIR}/llvm-install" | 32 | LLVM_INSTALL_DIR = "${WORKDIR}/llvm-install" |