From: Alexander Kanavin Date: Thu, 11 Aug 2022 19:58:01 +0000 (+0200) Subject: rust: update 1.62.0 -> 1.62.1 X-Git-Tag: yocto-4.1~445 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6baa224158f40b9754c3f10e11966d02e1337ae7;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git rust: update 1.62.0 -> 1.62.1 Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/cargo/cargo_1.62.0.bb b/meta/recipes-devtools/cargo/cargo_1.62.1.bb similarity index 100% rename from meta/recipes-devtools/cargo/cargo_1.62.0.bb rename to meta/recipes-devtools/cargo/cargo_1.62.1.bb diff --git a/meta/recipes-devtools/rust/libstd-rs_1.62.0.bb b/meta/recipes-devtools/rust/libstd-rs_1.62.1.bb similarity index 100% rename from meta/recipes-devtools/rust/libstd-rs_1.62.0.bb rename to meta/recipes-devtools/rust/libstd-rs_1.62.1.bb diff --git a/meta/recipes-devtools/rust/rust-cross-canadian_1.62.0.bb b/meta/recipes-devtools/rust/rust-cross-canadian_1.62.1.bb similarity index 100% rename from meta/recipes-devtools/rust/rust-cross-canadian_1.62.0.bb rename to meta/recipes-devtools/rust/rust-cross-canadian_1.62.1.bb diff --git a/meta/recipes-devtools/rust/rust-llvm_1.62.0.bb b/meta/recipes-devtools/rust/rust-llvm_1.62.1.bb similarity index 100% rename from meta/recipes-devtools/rust/rust-llvm_1.62.0.bb rename to meta/recipes-devtools/rust/rust-llvm_1.62.1.bb diff --git a/meta/recipes-devtools/rust/rust-source.inc b/meta/recipes-devtools/rust/rust-source.inc index b814574e55f..dbcef2cbc26 100644 --- a/meta/recipes-devtools/rust/rust-source.inc +++ b/meta/recipes-devtools/rust/rust-source.inc @@ -1,5 +1,5 @@ SRC_URI += "https://static.rust-lang.org/dist/rustc-${PV}-src.tar.xz;name=rust" -SRC_URI[rust.sha256sum] = "6c00ef115c894c2645e60b5049a4f5dacf1dc0c993f3074f7ae4fdf4c755dd5e" +SRC_URI[rust.sha256sum] = "02066a93c2f6596cc046a897d5716c86e3607c1cd0f54db9a867ae8c8265072e" SRC_URI:append:class-target:pn-rust = " file://hardcodepaths.patch" SRC_URI:append:class-nativesdk:pn-nativesdk-rust = " file://hardcodepaths.patch" diff --git a/meta/recipes-devtools/rust/rust_1.62.0.bb b/meta/recipes-devtools/rust/rust_1.62.1.bb similarity index 100% rename from meta/recipes-devtools/rust/rust_1.62.0.bb rename to meta/recipes-devtools/rust/rust_1.62.1.bb