From: Yash Shinde Date: Thu, 8 Aug 2024 10:00:38 +0000 (-0700) Subject: rust: Upgrade 1.77.0->1.77.1 X-Git-Tag: yocto-5.1~329 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7ca97ffbb23602ad79c3dc1819cfedd0b969075;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git rust: Upgrade 1.77.0->1.77.1 https://blog.rust-lang.org/2024/03/28/Rust-1.77.1.html Signed-off-by: Yash Shinde Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/rust/cargo_1.77.0.bb b/meta/recipes-devtools/rust/cargo_1.77.1.bb similarity index 100% rename from meta/recipes-devtools/rust/cargo_1.77.0.bb rename to meta/recipes-devtools/rust/cargo_1.77.1.bb diff --git a/meta/recipes-devtools/rust/libstd-rs_1.77.0.bb b/meta/recipes-devtools/rust/libstd-rs_1.77.1.bb similarity index 100% rename from meta/recipes-devtools/rust/libstd-rs_1.77.0.bb rename to meta/recipes-devtools/rust/libstd-rs_1.77.1.bb diff --git a/meta/recipes-devtools/rust/rust-cross-canadian_1.77.0.bb b/meta/recipes-devtools/rust/rust-cross-canadian_1.77.1.bb similarity index 100% rename from meta/recipes-devtools/rust/rust-cross-canadian_1.77.0.bb rename to meta/recipes-devtools/rust/rust-cross-canadian_1.77.1.bb diff --git a/meta/recipes-devtools/rust/rust-llvm_1.77.0.bb b/meta/recipes-devtools/rust/rust-llvm_1.77.1.bb similarity index 100% rename from meta/recipes-devtools/rust/rust-llvm_1.77.0.bb rename to meta/recipes-devtools/rust/rust-llvm_1.77.1.bb diff --git a/meta/recipes-devtools/rust/rust-source.inc b/meta/recipes-devtools/rust/rust-source.inc index 27d74fe8f3f..aafb595ba1d 100644 --- a/meta/recipes-devtools/rust/rust-source.inc +++ b/meta/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/meta/recipes-devtools/rust/rust_1.77.0.bb b/meta/recipes-devtools/rust/rust_1.77.1.bb similarity index 100% rename from meta/recipes-devtools/rust/rust_1.77.0.bb rename to meta/recipes-devtools/rust/rust_1.77.1.bb