diff options
Diffstat (limited to 'meta/recipes-devtools/llvm/llvm_git.bb')
-rw-r--r-- | meta/recipes-devtools/llvm/llvm_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb index eb2049248e..09031f5477 100644 --- a/meta/recipes-devtools/llvm/llvm_git.bb +++ b/meta/recipes-devtools/llvm/llvm_git.bb | |||
@@ -26,6 +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 | S = "${WORKDIR}/git" | 30 | S = "${WORKDIR}/git" |
30 | 31 | ||
31 | LLVM_INSTALL_DIR = "${WORKDIR}/llvm-install" | 32 | LLVM_INSTALL_DIR = "${WORKDIR}/llvm-install" |