From: Alex Kiernan Date: Fri, 29 Dec 2023 11:44:35 +0000 (+0000) Subject: rust: Upgrade 1.74.0 -> 1.74.1 X-Git-Tag: uninative-4.4~591 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b98373075c6cc416bd0375b98b6bbdddf599d9a1;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git rust: Upgrade 1.74.0 -> 1.74.1 https://blog.rust-lang.org/2023/12/07/Rust-1.74.1.html Signed-off-by: Alex Kiernan Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/rust/cargo_1.74.0.bb b/meta/recipes-devtools/rust/cargo_1.74.1.bb similarity index 100% rename from meta/recipes-devtools/rust/cargo_1.74.0.bb rename to meta/recipes-devtools/rust/cargo_1.74.1.bb diff --git a/meta/recipes-devtools/rust/libstd-rs_1.74.0.bb b/meta/recipes-devtools/rust/libstd-rs_1.74.1.bb similarity index 100% rename from meta/recipes-devtools/rust/libstd-rs_1.74.0.bb rename to meta/recipes-devtools/rust/libstd-rs_1.74.1.bb diff --git a/meta/recipes-devtools/rust/rust-cross-canadian_1.74.0.bb b/meta/recipes-devtools/rust/rust-cross-canadian_1.74.1.bb similarity index 100% rename from meta/recipes-devtools/rust/rust-cross-canadian_1.74.0.bb rename to meta/recipes-devtools/rust/rust-cross-canadian_1.74.1.bb diff --git a/meta/recipes-devtools/rust/rust-llvm_1.74.0.bb b/meta/recipes-devtools/rust/rust-llvm_1.74.1.bb similarity index 100% rename from meta/recipes-devtools/rust/rust-llvm_1.74.0.bb rename to meta/recipes-devtools/rust/rust-llvm_1.74.1.bb diff --git a/meta/recipes-devtools/rust/rust-source.inc b/meta/recipes-devtools/rust/rust-source.inc index e8dafe59c9b..83a0dbc15fa 100644 --- a/meta/recipes-devtools/rust/rust-source.inc +++ b/meta/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://0005-musl-Define-SOCK_SEQPACKET-in-common-place.patch;patchdir=${RUSTSRC} \ file://0001-Revert-Map-source-absolute-paths-to-OUT_DIR-as-relat.patch;patchdir=${RUSTSRC} \ " -SRC_URI[rust.sha256sum] = "23705e38c1a37acfd7fbb921c5dd8772619476e80d0b3b39ac8eb45bc0c33187" +SRC_URI[rust.sha256sum] = "b98c09d968529212fb29eec7d6d3e9bdaa869810679b7fb86a1ca69469d75f5e" RUSTSRC = "${WORKDIR}/rustc-${RUST_VERSION}-src" diff --git a/meta/recipes-devtools/rust/rust_1.74.0.bb b/meta/recipes-devtools/rust/rust_1.74.1.bb similarity index 100% rename from meta/recipes-devtools/rust/rust_1.74.0.bb rename to meta/recipes-devtools/rust/rust_1.74.1.bb