diff mbox series

[2/2] rust: Upgrade 1.80.0->1.80.1

Message ID 20240926133449.1159940-2-yash.shinde@windriver.com
State Under Review
Headers show
Series [1/2] rust: Upgrade 1.79.0->1.80.0 | expand

Commit Message

Yash Shinde Sept. 26, 2024, 1:34 p.m. UTC
From: Yash Shinde <yash.shinde@windriver.com>

https://blog.rust-lang.org/2024/08/08/Rust-1.80.1.html

Signed-off-by: Yash Shinde <Yash.Shinde@windriver.com>
---
 meta/recipes-devtools/rust/{cargo_1.80.0.bb => cargo_1.80.1.bb} | 0
 .../rust/{libstd-rs_1.80.0.bb => libstd-rs_1.80.1.bb}           | 0
 ...t-cross-canadian_1.80.0.bb => rust-cross-canadian_1.80.1.bb} | 0
 .../rust/{rust-llvm_1.80.0.bb => rust-llvm_1.80.1.bb}           | 0
 meta/recipes-devtools/rust/rust-source.inc                      | 2 +-
 meta/recipes-devtools/rust/{rust_1.80.0.bb => rust_1.80.1.bb}   | 0
 6 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/rust/{cargo_1.80.0.bb => cargo_1.80.1.bb} (100%)
 rename meta/recipes-devtools/rust/{libstd-rs_1.80.0.bb => libstd-rs_1.80.1.bb} (100%)
 rename meta/recipes-devtools/rust/{rust-cross-canadian_1.80.0.bb => rust-cross-canadian_1.80.1.bb} (100%)
 rename meta/recipes-devtools/rust/{rust-llvm_1.80.0.bb => rust-llvm_1.80.1.bb} (100%)
 rename meta/recipes-devtools/rust/{rust_1.80.0.bb => rust_1.80.1.bb} (100%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/rust/cargo_1.80.0.bb b/meta/recipes-devtools/rust/cargo_1.80.1.bb
similarity index 100%
rename from meta/recipes-devtools/rust/cargo_1.80.0.bb
rename to meta/recipes-devtools/rust/cargo_1.80.1.bb
diff --git a/meta/recipes-devtools/rust/libstd-rs_1.80.0.bb b/meta/recipes-devtools/rust/libstd-rs_1.80.1.bb
similarity index 100%
rename from meta/recipes-devtools/rust/libstd-rs_1.80.0.bb
rename to meta/recipes-devtools/rust/libstd-rs_1.80.1.bb
diff --git a/meta/recipes-devtools/rust/rust-cross-canadian_1.80.0.bb b/meta/recipes-devtools/rust/rust-cross-canadian_1.80.1.bb
similarity index 100%
rename from meta/recipes-devtools/rust/rust-cross-canadian_1.80.0.bb
rename to meta/recipes-devtools/rust/rust-cross-canadian_1.80.1.bb
diff --git a/meta/recipes-devtools/rust/rust-llvm_1.80.0.bb b/meta/recipes-devtools/rust/rust-llvm_1.80.1.bb
similarity index 100%
rename from meta/recipes-devtools/rust/rust-llvm_1.80.0.bb
rename to meta/recipes-devtools/rust/rust-llvm_1.80.1.bb
diff --git a/meta/recipes-devtools/rust/rust-source.inc b/meta/recipes-devtools/rust/rust-source.inc
index a7d52d9405..1e9407dee9 100644
--- a/meta/recipes-devtools/rust/rust-source.inc
+++ b/meta/recipes-devtools/rust/rust-source.inc
@@ -10,7 +10,7 @@  SRC_URI += "https://static.rust-lang.org/dist/rustc-${RUST_VERSION}-src.tar.xz;n
             file://rust-oe-selftest.patch;patchdir=${RUSTSRC} \
             file://repro-issue-fix-with-cc-crate-hashmap.patch;patchdir=${RUSTSRC} \
 "
-SRC_URI[rust.sha256sum] = "0b9ca1e2e45b8a5f0b58db140af0dc92f8311faeb0ad883c5b71a72c02dc6e80"
+SRC_URI[rust.sha256sum] = "6ab79b70dc57737a1de378f212fcf8852d67fe6cf272d122a15b3ea13be77947"
 
 RUSTSRC = "${WORKDIR}/rustc-${RUST_VERSION}-src"
 
diff --git a/meta/recipes-devtools/rust/rust_1.80.0.bb b/meta/recipes-devtools/rust/rust_1.80.1.bb
similarity index 100%
rename from meta/recipes-devtools/rust/rust_1.80.0.bb
rename to meta/recipes-devtools/rust/rust_1.80.1.bb