diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-08-21 22:38:13 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-01 10:14:01 +0100 |
commit | e9edf8bfea5e2f6318ac4771060e55a94e487a30 (patch) | |
tree | f1d48b0d7bf83504922f4c6c53b3714e8cdb19e2 /meta/recipes-devtools | |
parent | c472d9ba9e970ad4c9bacf7851fcf6245fd03c40 (diff) | |
download | poky-e9edf8bfea5e2f6318ac4771060e55a94e487a30.tar.gz |
rust-llvm: Update to matching LLVM_VERSION from rust-source
(From OE-Core rev: 7fe15d05811d6cf3172939228f75dbcc55396365)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/rust/rust-llvm_1.63.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rust/rust-llvm_1.63.0.bb b/meta/recipes-devtools/rust/rust-llvm_1.63.0.bb index 5b94e22f7b..396f741953 100644 --- a/meta/recipes-devtools/rust/rust-llvm_1.63.0.bb +++ b/meta/recipes-devtools/rust/rust-llvm_1.63.0.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | # check src/llvm-project/llvm/CMakeLists.txt for llvm version in use | 1 | # check src/llvm-project/llvm/CMakeLists.txt for llvm version in use |
2 | # | 2 | # |
3 | LLVM_RELEASE = "13.0.0" | 3 | LLVM_RELEASE = "14.0.5" |
4 | require rust-source.inc | 4 | require rust-source.inc |
5 | require rust-llvm.inc | 5 | require rust-llvm.inc |
6 | 6 | ||