summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-04-08 08:51:35 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-04-10 11:05:35 +0100
commitb789069433bf5ce29749722ba8cb9dcb562c6805 (patch)
treed4fb78056d4f9b58523aefce0439f811a52e0084 /meta/recipes-devtools
parentaa0747be5809b0b06f7a0f2bf38da4c4b2d5ddb9 (diff)
downloadpoky-b789069433bf5ce29749722ba8cb9dcb562c6805.tar.gz
llvm: upgrade 20.1.1 -> 20.1.2
(From OE-Core rev: 6360b6ac31059ef2436ea55ffc162eb441ce156d) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/llvm/llvm_20.1.2.bb (renamed from meta/recipes-devtools/llvm/llvm_20.1.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/llvm/llvm_20.1.1.bb b/meta/recipes-devtools/llvm/llvm_20.1.2.bb
index 5c6c5a2ffd..d0549371ab 100644
--- a/meta/recipes-devtools/llvm/llvm_20.1.1.bb
+++ b/meta/recipes-devtools/llvm/llvm_20.1.2.bb
@@ -27,7 +27,7 @@ SRC_URI = "https://github.com/llvm/llvm-project/releases/download/llvmorg-${PV}/
27 file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2 \ 27 file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2 \
28 file://llvm-config \ 28 file://llvm-config \
29 " 29 "
30SRC_URI[sha256sum] = "4d5ebbd40ce1e984a650818a4bb5ae86fc70644dec2e6d54e78b4176db3332e0" 30SRC_URI[sha256sum] = "f0a4a240aabc9b056142d14d5478bb6d962aeac549cbd75b809f5499240a8b38"
31UPSTREAM_CHECK_URI = "https://github.com/llvm/llvm-project" 31UPSTREAM_CHECK_URI = "https://github.com/llvm/llvm-project"
32UPSTREAM_CHECK_REGEX = "llvmorg-(?P<pver>\d+(\.\d+)+)" 32UPSTREAM_CHECK_REGEX = "llvmorg-(?P<pver>\d+(\.\d+)+)"
33 33