diff options
| author | Alex Kiernan <alexk@zuma.ai> | 2022-10-14 17:49:54 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-26 12:28:39 +0100 |
| commit | b72193a602c9f58be37d5591b83324ab86311477 (patch) | |
| tree | c2c8a6f6d468844ca36a33e0b36204b89ff019da /meta/recipes-devtools/rust/rust-source.inc | |
| parent | 9537b02838c343f67921d65ecea29e7d72cf3261 (diff) | |
| download | poky-b72193a602c9f58be37d5591b83324ab86311477.tar.gz | |
rust: update 1.63.0 -> 1.64.0
Release notes:
https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html
(From OE-Core rev: 1d81fb264580b96c405075fcfd2a82a6f74b9630)
Signed-off-by: Alex Kiernan <alexk@zuma.ai>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rust/rust-source.inc')
| -rw-r--r-- | meta/recipes-devtools/rust/rust-source.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rust/rust-source.inc b/meta/recipes-devtools/rust/rust-source.inc index ce6c983fc0..67f130d0ef 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] = "8f44af6dc44cc4146634a4dd5e4cc5470b3052a2337019b870c0e025e8987e0c" | 2 | SRC_URI[rust.sha256sum] = "e8170d318fac9d2fc17d5c3e648e7068f56e8db8d233d864aeffbef7c6542eac" |
| 3 | 3 | ||
| 4 | SRC_URI:append:class-target:pn-rust = " \ | 4 | SRC_URI:append:class-target:pn-rust = " \ |
| 5 | file://hardcodepaths.patch \ | 5 | file://hardcodepaths.patch \ |
