diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-02-08 08:21:28 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-09 09:57:25 +0000 |
commit | d70605836b290e5632737aa15b75663e62d6f195 (patch) | |
tree | f6602622c03617b6f5de8022dc23df85c6db400f /meta/recipes-devtools/llvm | |
parent | 090ae55e59aa6112a4d3b2d9533d05a39bcf4ee6 (diff) | |
download | poky-d70605836b290e5632737aa15b75663e62d6f195.tar.gz |
llvm: upgrade 15.0.6 -> 15.0.7
(From OE-Core rev: 7438f9a9efaf0826f1be13acbc51f0a1134cf175)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/llvm')
-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 77fccbccc2..b4e983d2d0 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 | ||
20 | PROVIDES += "llvm${PV}" | 20 | PROVIDES += "llvm${PV}" |
21 | 21 | ||
22 | PV = "15.0.6" | 22 | PV = "15.0.7" |
23 | 23 | ||
24 | MAJOR_VERSION = "${@oe.utils.trim_version("${PV}", 1)}" | 24 | MAJOR_VERSION = "${@oe.utils.trim_version("${PV}", 1)}" |
25 | 25 | ||
26 | LLVM_RELEASE = "${PV}" | 26 | LLVM_RELEASE = "${PV}" |
27 | 27 | ||
28 | BRANCH = "release/${MAJOR_VERSION}.x" | 28 | BRANCH = "release/${MAJOR_VERSION}.x" |
29 | SRCREV = "088f33605d8a61ff519c580a71b1dd57d16a03f8" | 29 | SRCREV = "8dfdcc7b7bf66834a761bd8de445840ef68e4d1a" |
30 | SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH};protocol=https \ | 30 | SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH};protocol=https \ |
31 | file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \ | 31 | file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \ |
32 | file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2 \ | 32 | file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2 \ |