diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-08-11 21:58:01 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-14 08:13:32 +0100 |
commit | 95832841bf1d16a939df62670dadeff50cd3c1ed (patch) | |
tree | e738bf15847cd6ff5c3cf5e7fa9c314ce3871962 | |
parent | 85437a157e80df7ee210a94d1887777ad4eac657 (diff) | |
download | poky-95832841bf1d16a939df62670dadeff50cd3c1ed.tar.gz |
rust: update 1.62.0 -> 1.62.1
(From OE-Core rev: 6baa224158f40b9754c3f10e11966d02e1337ae7)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/cargo/cargo_1.62.1.bb (renamed from meta/recipes-devtools/cargo/cargo_1.62.0.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/rust/libstd-rs_1.62.1.bb (renamed from meta/recipes-devtools/rust/libstd-rs_1.62.0.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/rust/rust-cross-canadian_1.62.1.bb (renamed from meta/recipes-devtools/rust/rust-cross-canadian_1.62.0.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/rust/rust-llvm_1.62.1.bb (renamed from meta/recipes-devtools/rust/rust-llvm_1.62.0.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/rust/rust-source.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/rust/rust_1.62.1.bb (renamed from meta/recipes-devtools/rust/rust_1.62.0.bb) | 0 |
6 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/cargo/cargo_1.62.0.bb b/meta/recipes-devtools/cargo/cargo_1.62.1.bb index 5c8527708c..5c8527708c 100644 --- a/meta/recipes-devtools/cargo/cargo_1.62.0.bb +++ b/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 index eec0245ae1..eec0245ae1 100644 --- a/meta/recipes-devtools/rust/libstd-rs_1.62.0.bb +++ b/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 index 55865238ab..55865238ab 100644 --- a/meta/recipes-devtools/rust/rust-cross-canadian_1.62.0.bb +++ b/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 index 5b94e22f7b..5b94e22f7b 100644 --- a/meta/recipes-devtools/rust/rust-llvm_1.62.0.bb +++ b/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 b814574e55..dbcef2cbc2 100644 --- a/meta/recipes-devtools/rust/rust-source.inc +++ b/meta/recipes-devtools/rust/rust-source.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | SRC_URI += "https://static.rust-lang.org/dist/rustc-${PV}-src.tar.xz;name=rust" | 1 | SRC_URI += "https://static.rust-lang.org/dist/rustc-${PV}-src.tar.xz;name=rust" |
2 | SRC_URI[rust.sha256sum] = "6c00ef115c894c2645e60b5049a4f5dacf1dc0c993f3074f7ae4fdf4c755dd5e" | 2 | SRC_URI[rust.sha256sum] = "02066a93c2f6596cc046a897d5716c86e3607c1cd0f54db9a867ae8c8265072e" |
3 | 3 | ||
4 | SRC_URI:append:class-target:pn-rust = " file://hardcodepaths.patch" | 4 | SRC_URI:append:class-target:pn-rust = " file://hardcodepaths.patch" |
5 | SRC_URI:append:class-nativesdk:pn-nativesdk-rust = " file://hardcodepaths.patch" | 5 | 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 index 81923c3331..81923c3331 100644 --- a/meta/recipes-devtools/rust/rust_1.62.0.bb +++ b/meta/recipes-devtools/rust/rust_1.62.1.bb | |||