diff mbox series

[meta-lts-mixins,kirkstone/rust,29/33] rust: Upgrade 1.77.0->1.77.1

Message ID 5ea0e65a171fd5059bbc5593c12bc8b4b375a320.1724874972.git.scott.murray@konsulko.com
State New
Headers show
Series Update to Rust 1.78.0 | expand

Commit Message

Scott Murray Aug. 28, 2024, 8:09 p.m. UTC
From: Yash Shinde <Yash.Shinde@windriver.com>

    https://blog.rust-lang.org/2024/03/28/Rust-1.77.1.html

Signed-off-by: Yash Shinde <Yash.Shinde@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(adapted from oe-core commit a7ca97ffbb23602ad79c3dc1819cfedd0b969075)
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
---
 recipes-devtools/rust/{cargo_1.77.0.bb => cargo_1.77.1.bb}      | 0
 .../rust/{libstd-rs_1.77.0.bb => libstd-rs_1.77.1.bb}           | 0
 ...t-cross-canadian_1.77.0.bb => rust-cross-canadian_1.77.1.bb} | 0
 .../rust/{rust-llvm_1.77.0.bb => rust-llvm_1.77.1.bb}           | 0
 recipes-devtools/rust/rust-source.inc                           | 2 +-
 recipes-devtools/rust/{rust_1.77.0.bb => rust_1.77.1.bb}        | 0
 6 files changed, 1 insertion(+), 1 deletion(-)
 rename recipes-devtools/rust/{cargo_1.77.0.bb => cargo_1.77.1.bb} (100%)
 rename recipes-devtools/rust/{libstd-rs_1.77.0.bb => libstd-rs_1.77.1.bb} (100%)
 rename recipes-devtools/rust/{rust-cross-canadian_1.77.0.bb => rust-cross-canadian_1.77.1.bb} (100%)
 rename recipes-devtools/rust/{rust-llvm_1.77.0.bb => rust-llvm_1.77.1.bb} (100%)
 rename recipes-devtools/rust/{rust_1.77.0.bb => rust_1.77.1.bb} (100%)
diff mbox series

Patch

diff --git a/recipes-devtools/rust/cargo_1.77.0.bb b/recipes-devtools/rust/cargo_1.77.1.bb
similarity index 100%
rename from recipes-devtools/rust/cargo_1.77.0.bb
rename to recipes-devtools/rust/cargo_1.77.1.bb
diff --git a/recipes-devtools/rust/libstd-rs_1.77.0.bb b/recipes-devtools/rust/libstd-rs_1.77.1.bb
similarity index 100%
rename from recipes-devtools/rust/libstd-rs_1.77.0.bb
rename to recipes-devtools/rust/libstd-rs_1.77.1.bb
diff --git a/recipes-devtools/rust/rust-cross-canadian_1.77.0.bb b/recipes-devtools/rust/rust-cross-canadian_1.77.1.bb
similarity index 100%
rename from recipes-devtools/rust/rust-cross-canadian_1.77.0.bb
rename to recipes-devtools/rust/rust-cross-canadian_1.77.1.bb
diff --git a/recipes-devtools/rust/rust-llvm_1.77.0.bb b/recipes-devtools/rust/rust-llvm_1.77.1.bb
similarity index 100%
rename from recipes-devtools/rust/rust-llvm_1.77.0.bb
rename to recipes-devtools/rust/rust-llvm_1.77.1.bb
diff --git a/recipes-devtools/rust/rust-source.inc b/recipes-devtools/rust/rust-source.inc
index 27d74fe..aafb595 100644
--- a/recipes-devtools/rust/rust-source.inc
+++ b/recipes-devtools/rust/rust-source.inc
@@ -14,7 +14,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] = "66126989782cbf77fa3aff121bbb108429f2d46fe19328c3de231553de711b90"
+SRC_URI[rust.sha256sum] = "2ddc6f5e01df1bd6c7ff94d9931574181795a231b199ca6948d433fa5e795873"
 
 RUSTSRC = "${WORKDIR}/rustc-${RUST_VERSION}-src"
 
diff --git a/recipes-devtools/rust/rust_1.77.0.bb b/recipes-devtools/rust/rust_1.77.1.bb
similarity index 100%
rename from recipes-devtools/rust/rust_1.77.0.bb
rename to recipes-devtools/rust/rust_1.77.1.bb