diff mbox series

[meta-lts-mixins,kirkstone/rust,30/33] rust: Upgrade 1.77.1->1.77.2

Message ID b1cfa357ba4f046c9f739ceb357fe8a7971cc0d3.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/04/09/Rust-1.77.2.html

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

Patch

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