diff options
Diffstat (limited to 'meta/recipes-devtools/llvm/llvm_git.bb')
-rw-r--r-- | meta/recipes-devtools/llvm/llvm_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb index f06fa49ae5..b3069ec1fb 100644 --- a/meta/recipes-devtools/llvm/llvm_git.bb +++ b/meta/recipes-devtools/llvm/llvm_git.bb | |||
@@ -19,9 +19,9 @@ PROVIDES += "llvm${PV}" | |||
19 | LLVM_RELEASE = "${PV}" | 19 | LLVM_RELEASE = "${PV}" |
20 | LLVM_DIR = "llvm${LLVM_RELEASE}" | 20 | LLVM_DIR = "llvm${LLVM_RELEASE}" |
21 | 21 | ||
22 | SRCREV = "9a5c333388cbb54a0ce3a67c4f539f5e590a089b" | 22 | SRCREV = "81029f142231bde8e119becda112a2173f1459c9" |
23 | PV = "5.0" | 23 | PV = "5.0" |
24 | PATCH_VERSION = "0" | 24 | PATCH_VERSION = "1" |
25 | SRC_URI = "git://github.com/llvm-mirror/llvm.git;branch=release_50;protocol=http \ | 25 | 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 \ |