From: Yash Shinde Date: Thu, 8 Aug 2024 10:00:39 +0000 (-0700) Subject: rust: Upgrade 1.77.1->1.77.2 X-Git-Tag: yocto-5.2~2106 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c3a996c3b06b11a5e2b07dbf820f3e3eb1e28782;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git rust: Upgrade 1.77.1->1.77.2 https://blog.rust-lang.org/2024/04/09/Rust-1.77.2.html Signed-off-by: Yash Shinde Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/rust/cargo_1.77.1.bb b/meta/recipes-devtools/rust/cargo_1.77.2.bb similarity index 100% rename from meta/recipes-devtools/rust/cargo_1.77.1.bb rename to meta/recipes-devtools/rust/cargo_1.77.2.bb diff --git a/meta/recipes-devtools/rust/libstd-rs_1.77.1.bb b/meta/recipes-devtools/rust/libstd-rs_1.77.2.bb similarity index 100% rename from meta/recipes-devtools/rust/libstd-rs_1.77.1.bb rename to meta/recipes-devtools/rust/libstd-rs_1.77.2.bb diff --git a/meta/recipes-devtools/rust/rust-cross-canadian_1.77.1.bb b/meta/recipes-devtools/rust/rust-cross-canadian_1.77.2.bb similarity index 100% rename from meta/recipes-devtools/rust/rust-cross-canadian_1.77.1.bb rename to meta/recipes-devtools/rust/rust-cross-canadian_1.77.2.bb diff --git a/meta/recipes-devtools/rust/rust-llvm_1.77.1.bb b/meta/recipes-devtools/rust/rust-llvm_1.77.2.bb similarity index 100% rename from meta/recipes-devtools/rust/rust-llvm_1.77.1.bb rename to meta/recipes-devtools/rust/rust-llvm_1.77.2.bb diff --git a/meta/recipes-devtools/rust/rust-source.inc b/meta/recipes-devtools/rust/rust-source.inc index aafb595ba1d..efbfa72b60f 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] = "2ddc6f5e01df1bd6c7ff94d9931574181795a231b199ca6948d433fa5e795873" +SRC_URI[rust.sha256sum] = "4d214c4189e4dd934d47e869fa5721b2c33dbbbdea21f2fc7fa6df3f38c1dea2" RUSTSRC = "${WORKDIR}/rustc-${RUST_VERSION}-src" diff --git a/meta/recipes-devtools/rust/rust_1.77.1.bb b/meta/recipes-devtools/rust/rust_1.77.2.bb similarity index 100% rename from meta/recipes-devtools/rust/rust_1.77.1.bb rename to meta/recipes-devtools/rust/rust_1.77.2.bb