summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/llvm/llvm_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-09-21 17:12:25 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-05 22:33:20 +0000
commit11a51afa58ae0e90c5ad9a3ca4b96be8bb980d5f (patch)
tree9c44fb72f566b4b6df35168316482ed08b1fa912 /meta/recipes-devtools/llvm/llvm_git.bb
parentcba1898a0762f47128eeebb86b00ca2f0b49bd2f (diff)
downloadpoky-11a51afa58ae0e90c5ad9a3ca4b96be8bb980d5f.tar.gz
llvm: Use the SRCREV past final 5.0 release
(From OE-Core rev: affd13de57473ed2e4646b95ef0a58a3951cfe9a) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/llvm/llvm_git.bb')
-rw-r--r--meta/recipes-devtools/llvm/llvm_git.bb4
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}"
19LLVM_RELEASE = "${PV}" 19LLVM_RELEASE = "${PV}"
20LLVM_DIR = "llvm${LLVM_RELEASE}" 20LLVM_DIR = "llvm${LLVM_RELEASE}"
21 21
22SRCREV = "9a5c333388cbb54a0ce3a67c4f539f5e590a089b" 22SRCREV = "81029f142231bde8e119becda112a2173f1459c9"
23PV = "5.0" 23PV = "5.0"
24PATCH_VERSION = "0" 24PATCH_VERSION = "1"
25SRC_URI = "git://github.com/llvm-mirror/llvm.git;branch=release_50;protocol=http \ 25SRC_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 \