From: Alex Kiernan Date: Fri, 29 Dec 2023 11:44:32 +0000 (+0000) Subject: rust: Upgrade 1.72.0 -> 1.72.1 X-Git-Tag: uninative-4.4~594 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1386bbf2211c7616527e62f2f7b069a935b0d68;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git rust: Upgrade 1.72.0 -> 1.72.1 https://blog.rust-lang.org/2023/09/19/Rust-1.72.1.html Signed-off-by: Alex Kiernan Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/rust/cargo_1.72.0.bb b/meta/recipes-devtools/rust/cargo_1.72.1.bb similarity index 100% rename from meta/recipes-devtools/rust/cargo_1.72.0.bb rename to meta/recipes-devtools/rust/cargo_1.72.1.bb diff --git a/meta/recipes-devtools/rust/libstd-rs_1.72.0.bb b/meta/recipes-devtools/rust/libstd-rs_1.72.1.bb similarity index 100% rename from meta/recipes-devtools/rust/libstd-rs_1.72.0.bb rename to meta/recipes-devtools/rust/libstd-rs_1.72.1.bb diff --git a/meta/recipes-devtools/rust/rust-cross-canadian_1.72.0.bb b/meta/recipes-devtools/rust/rust-cross-canadian_1.72.1.bb similarity index 100% rename from meta/recipes-devtools/rust/rust-cross-canadian_1.72.0.bb rename to meta/recipes-devtools/rust/rust-cross-canadian_1.72.1.bb diff --git a/meta/recipes-devtools/rust/rust-llvm_1.72.0.bb b/meta/recipes-devtools/rust/rust-llvm_1.72.1.bb similarity index 100% rename from meta/recipes-devtools/rust/rust-llvm_1.72.0.bb rename to meta/recipes-devtools/rust/rust-llvm_1.72.1.bb diff --git a/meta/recipes-devtools/rust/rust-source.inc b/meta/recipes-devtools/rust/rust-source.inc index 253a8436d2a..ca3fcf9e884 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://0001-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] = "d307441f8ee78a7e94f72cb5c81383822f13027f79e67a5551bfd2c2d2db3014" +SRC_URI[rust.sha256sum] = "aea58d962ff1c19521b9f587aad88285f0fd35b6b6738b031a7a15bb1b70a7c3" RUSTSRC = "${WORKDIR}/rustc-${RUST_VERSION}-src" diff --git a/meta/recipes-devtools/rust/rust_1.72.0.bb b/meta/recipes-devtools/rust/rust_1.72.1.bb similarity index 100% rename from meta/recipes-devtools/rust/rust_1.72.0.bb rename to meta/recipes-devtools/rust/rust_1.72.1.bb