diff options
| author | Alex Kiernan <alex.kiernan@gmail.com> | 2022-11-05 16:38:47 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-07 14:32:42 +0000 |
| commit | 4e16d1c1f68f0fc95110ca9a9bd7743013c63968 (patch) | |
| tree | 346b40d621a104474181ef1fdf68628da54e3612 /meta/recipes-devtools/rust/rust-source.inc | |
| parent | 2a9bfc7dc8c4159cab7af84f901aadb7b673c996 (diff) | |
| download | poky-4e16d1c1f68f0fc95110ca9a9bd7743013c63968.tar.gz | |
rust: update 1.64.0 -> 1.65.0
Release notes:
https://blog.rust-lang.org/2022/11/03/Rust-1.65.0.html
(From OE-Core rev: fa8890188e8971a5707bae1504cb010b54ed3cae)
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
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 67f130d0ef..0c85b4b480 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] = "e8170d318fac9d2fc17d5c3e648e7068f56e8db8d233d864aeffbef7c6542eac" | 2 | SRC_URI[rust.sha256sum] = "2d6aa2ea3fedd55acbbd65f78349385f9daa9c14e25db7a8df5d015588eee1cf" |
| 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 \ |
