diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2022-12-28 15:23:24 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-28 23:59:56 +0000 |
commit | 59812918da0d7d0cc557f2fef4089fb19dd07db7 (patch) | |
tree | ba7f3ed16082f03c50f1a5c8f475101fce4c98b7 /meta/recipes-devtools/rust | |
parent | 4c4cb3030138d58d2e16860dd9c42145f6f1c52c (diff) | |
download | poky-59812918da0d7d0cc557f2fef4089fb19dd07db7.tar.gz |
rust-llvm: Update LLVM_VERSION to match embedded version
(From OE-Core rev: e75f16c5f0d3e70ae08efd7d61a7e7d0c9380e72)
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rust')
-rw-r--r-- | meta/recipes-devtools/rust/rust-llvm_1.66.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rust/rust-llvm_1.66.0.bb b/meta/recipes-devtools/rust/rust-llvm_1.66.0.bb index e1baeb7857..4cf244bb67 100644 --- a/meta/recipes-devtools/rust/rust-llvm_1.66.0.bb +++ b/meta/recipes-devtools/rust/rust-llvm_1.66.0.bb | |||
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.rust-lang.org" | |||
4 | 4 | ||
5 | # check src/llvm-project/llvm/CMakeLists.txt for llvm version in use | 5 | # check src/llvm-project/llvm/CMakeLists.txt for llvm version in use |
6 | # | 6 | # |
7 | LLVM_RELEASE = "14.0.5" | 7 | LLVM_RELEASE = "15.0.2" |
8 | 8 | ||
9 | require rust-source.inc | 9 | require rust-source.inc |
10 | 10 | ||