From: Alex Kiernan Date: Wed, 28 Dec 2022 15:23:24 +0000 (+0000) Subject: rust-llvm: Update LLVM_VERSION to match embedded version X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2173 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e75f16c5f0d3e70ae08efd7d61a7e7d0c9380e72;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git rust-llvm: Update LLVM_VERSION to match embedded version Signed-off-by: Alex Kiernan Signed-off-by: Richard Purdie --- 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 e1baeb78574..4cf244bb67f 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" # check src/llvm-project/llvm/CMakeLists.txt for llvm version in use # -LLVM_RELEASE = "14.0.5" +LLVM_RELEASE = "15.0.2" require rust-source.inc