summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/llvm/llvm_git.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-04-27 10:40:02 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-28 11:51:42 +0100
commitddda3af6a1ce816c9f63e5a2ba19eb96c7e9c89c (patch)
tree4666e02d59840b5eba1a826f269a6b5893c57ce9 /meta/recipes-devtools/llvm/llvm_git.bb
parent9dcf905034ebcc9c0c96dc4b8994765a51505e26 (diff)
downloadpoky-ddda3af6a1ce816c9f63e5a2ba19eb96c7e9c89c.tar.gz
llvm: update 14.0.0 -> 14.0.1
(From OE-Core rev: 293638a800aadd59f35b732baa47774fa9d9b6fd) 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 e10348a7f2..53ae1abd57 100644
--- a/meta/recipes-devtools/llvm/llvm_git.bb
+++ b/meta/recipes-devtools/llvm/llvm_git.bb
@@ -19,14 +19,14 @@ inherit cmake pkgconfig
19 19
20PROVIDES += "llvm${PV}" 20PROVIDES += "llvm${PV}"
21 21
22PV = "14.0.0" 22PV = "14.0.1"
23 23
24MAJOR_VERSION = "${@oe.utils.trim_version("${PV}", 1)}" 24MAJOR_VERSION = "${@oe.utils.trim_version("${PV}", 1)}"
25 25
26LLVM_RELEASE = "${PV}" 26LLVM_RELEASE = "${PV}"
27 27
28BRANCH = "release/${MAJOR_VERSION}.x" 28BRANCH = "release/${MAJOR_VERSION}.x"
29SRCREV = "329fda39c507e8740978d10458451dcdb21563be" 29SRCREV = "c62053979489ccb002efe411c3af059addcb5d7d"
30SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH};protocol=https \ 30SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH};protocol=https \
31 file://0006-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch;striplevel=2 \ 31 file://0006-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch;striplevel=2 \
32 file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \ 32 file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \