From 183204cbc70a4ef418b16df48bc7eb6e3a75a114 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 22 Oct 2021 23:52:03 -0700 Subject: rust: Upgrade to 1.56.0 This is latest major release, changes are here [1] Forward port libstd-rs patches and refresh musl/rv64 port [1] https://github.com/rust-lang/rust/releases/tag/1.56.0 Signed-off-by: Khem Raj Cc: Randy MacLeod Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/rust/rust-llvm_1.56.0.bb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meta/recipes-devtools/rust/rust-llvm_1.56.0.bb (limited to 'meta/recipes-devtools/rust/rust-llvm_1.56.0.bb') diff --git a/meta/recipes-devtools/rust/rust-llvm_1.56.0.bb b/meta/recipes-devtools/rust/rust-llvm_1.56.0.bb new file mode 100644 index 0000000000..222c20ad3c --- /dev/null +++ b/meta/recipes-devtools/rust/rust-llvm_1.56.0.bb @@ -0,0 +1,5 @@ +# check src/llvm-project/llvm/CMakeLists.txt for llvm version in use +# +LLVM_RELEASE = "13.0.0" +require rust-source.inc +require rust-llvm.inc -- cgit 1.2.3-korg