summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/llvm/llvm_git.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-07-23 00:45:01 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-24 16:33:47 +0100
commitbe7193e5ffe0428005188514774f41146eb5bef8 (patch)
tree1b53fef3ce815b0e8e7c7edd31af546fc21ad64e /meta/recipes-devtools/llvm/llvm_git.bb
parent47ab5880c836fda67d6f95b3d9d586e7e8df130b (diff)
downloadpoky-be7193e5ffe0428005188514774f41146eb5bef8.tar.gz
llvm: update 12.0.0 -> 12.0.1
Other than the tcmode tweak, this was done by devtool \0/ (From OE-Core rev: ba6991c16a5dcac9ce6de18956c0a75ab7e856bb) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.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 de79adc410..4554b752eb 100644
--- a/meta/recipes-devtools/llvm/llvm_git.bb
+++ b/meta/recipes-devtools/llvm/llvm_git.bb
@@ -19,7 +19,7 @@ inherit cmake pkgconfig
19 19
20PROVIDES += "llvm${PV}" 20PROVIDES += "llvm${PV}"
21 21
22PV = "12.0.0" 22PV = "12.0.1"
23 23
24MAJOR_VERSION = "${@oe.utils.trim_version("${PV}", 1)}" 24MAJOR_VERSION = "${@oe.utils.trim_version("${PV}", 1)}"
25 25
@@ -27,7 +27,7 @@ LLVM_RELEASE = "${PV}"
27LLVM_DIR = "llvm${LLVM_RELEASE}" 27LLVM_DIR = "llvm${LLVM_RELEASE}"
28 28
29BRANCH = "release/${MAJOR_VERSION}.x" 29BRANCH = "release/${MAJOR_VERSION}.x"
30SRCREV = "fa0971b87fb2c9d14d1bba2551e61f02f18f329b" 30SRCREV = "fed41342a82f5a3a9201819a82bf7a48313e296b"
31SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH} \ 31SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH} \
32 file://0006-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch;striplevel=2 \ 32 file://0006-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch;striplevel=2 \
33 file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \ 33 file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \