summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/llvm/llvm_git.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-02-06 22:53:12 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-08 14:20:18 +0000
commita39d3f2ed7168e067d171c21a24c743bfd38466b (patch)
tree059dd3ea2cbf5954ee561b32489e580432a6c9e2 /meta/recipes-devtools/llvm/llvm_git.bb
parent18f165c9e8e21a1e1acc148464f885adcdfeeb12 (diff)
downloadpoky-a39d3f2ed7168e067d171c21a24c743bfd38466b.tar.gz
llvm: update 12.0.1 -> 13.0.1
(From OE-Core rev: 99132e1163dd32168be3d02d27ce056b27f948b2) Signed-off-by: Alexander Kanavin <alex@linutronix.de> 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 d9efa53499..9400bf0821 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.1" 22PV = "13.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 = "fed41342a82f5a3a9201819a82bf7a48313e296b" 30SRCREV = "75e33f71c2dae584b13a7d1186ae0a038ba98838"
31SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH};protocol=https \ 31SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH};protocol=https \
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 \