From: Alex Kiernan Date: Fri, 8 Dec 2023 14:03:45 +0000 (+0000) Subject: rust: Upgrade 1.71.0 -> 1.71.1 X-Git-Tag: yocto-5.2~4312 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ad4369d7901c1239e5f07473b1f2517edc4a23ea;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git rust: Upgrade 1.71.0 -> 1.71.1 https://blog.rust-lang.org/2023/08/03/Rust-1.71.1.html Signed-off-by: Alex Kiernan Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/rust/cargo_1.71.0.bb b/meta/recipes-devtools/rust/cargo_1.71.1.bb similarity index 100% rename from meta/recipes-devtools/rust/cargo_1.71.0.bb rename to meta/recipes-devtools/rust/cargo_1.71.1.bb diff --git a/meta/recipes-devtools/rust/libstd-rs_1.71.0.bb b/meta/recipes-devtools/rust/libstd-rs_1.71.1.bb similarity index 100% rename from meta/recipes-devtools/rust/libstd-rs_1.71.0.bb rename to meta/recipes-devtools/rust/libstd-rs_1.71.1.bb diff --git a/meta/recipes-devtools/rust/rust-cross-canadian_1.71.0.bb b/meta/recipes-devtools/rust/rust-cross-canadian_1.71.1.bb similarity index 100% rename from meta/recipes-devtools/rust/rust-cross-canadian_1.71.0.bb rename to meta/recipes-devtools/rust/rust-cross-canadian_1.71.1.bb diff --git a/meta/recipes-devtools/rust/rust-llvm_1.71.0.bb b/meta/recipes-devtools/rust/rust-llvm_1.71.1.bb similarity index 100% rename from meta/recipes-devtools/rust/rust-llvm_1.71.0.bb rename to meta/recipes-devtools/rust/rust-llvm_1.71.1.bb diff --git a/meta/recipes-devtools/rust/rust-source.inc b/meta/recipes-devtools/rust/rust-source.inc index 3a192e42db7..0729db6f0b4 100644 --- a/meta/recipes-devtools/rust/rust-source.inc +++ b/meta/recipes-devtools/rust/rust-source.inc @@ -7,7 +7,7 @@ SRC_URI += "https://static.rust-lang.org/dist/rustc-${RUST_VERSION}-src.tar.xz;n file://zlib-off64_t.patch;patchdir=${RUSTSRC} \ file://0001-musl-Define-SOCK_SEQPACKET-in-common-place.patch;patchdir=${RUSTSRC} \ " -SRC_URI[rust.sha256sum] = "5814699031aafdcc2e2f71fc9b389678cd7042350d1583da061463d8e88681c7" +SRC_URI[rust.sha256sum] = "371af0fbe04051e20a74dbea6d4e4e548f10f15309c49cae2688afb882b6c7f1" RUSTSRC = "${WORKDIR}/rustc-${RUST_VERSION}-src" diff --git a/meta/recipes-devtools/rust/rust_1.71.0.bb b/meta/recipes-devtools/rust/rust_1.71.1.bb similarity index 100% rename from meta/recipes-devtools/rust/rust_1.71.0.bb rename to meta/recipes-devtools/rust/rust_1.71.1.bb