diff mbox series

[meta-lts-mixins,kirkstone/rust,7/9] rust: Upgrade 1.80.0->1.80.1

Message ID 20241126181152.407253-8-scott.murray@konsulko.com
State New
Headers show
Series Upgrade to Rust 1.80.1 | expand

Commit Message

Scott Murray Nov. 26, 2024, 6:11 p.m. UTC
From: Deepthi Hemraj <Deepthi.Hemraj@windriver.com>

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

Testing Summary for rust_1.80.1

Target       pass       skipped
x86_64       18254         434
x86          18084         604
ARM64        18111         577
ARM          18067         621
ppc          18035         653

Signed-off-by: Sunil Dora <SunilKumar.Dora@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(adapted from oe-core commit 41da52480931c5ff90884c9d658075b8885abe8c)
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
---
 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
 recipes-devtools/rust/rust-source.inc                           | 2 +-
 recipes-devtools/rust/{rust_1.80.0.bb => rust_1.80.1.bb}        | 0
 6 files changed, 1 insertion(+), 1 deletion(-)
 rename recipes-devtools/rust/{cargo_1.80.0.bb => cargo_1.80.1.bb} (100%)
 rename recipes-devtools/rust/{libstd-rs_1.80.0.bb => libstd-rs_1.80.1.bb} (100%)
 rename recipes-devtools/rust/{rust-cross-canadian_1.80.0.bb => rust-cross-canadian_1.80.1.bb} (100%)
 rename recipes-devtools/rust/{rust-llvm_1.80.0.bb => rust-llvm_1.80.1.bb} (100%)
 rename recipes-devtools/rust/{rust_1.80.0.bb => rust_1.80.1.bb} (100%)
diff mbox series

Patch

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