summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rust/rust-source.inc
diff options
context:
space:
mode:
authorAlex Kiernan <alex.kiernan@gmail.com>2022-11-05 16:38:47 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-07 14:32:42 +0000
commit4e16d1c1f68f0fc95110ca9a9bd7743013c63968 (patch)
tree346b40d621a104474181ef1fdf68628da54e3612 /meta/recipes-devtools/rust/rust-source.inc
parent2a9bfc7dc8c4159cab7af84f901aadb7b673c996 (diff)
downloadpoky-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.inc2
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 @@
1SRC_URI += "https://static.rust-lang.org/dist/rustc-${PV}-src.tar.xz;name=rust" 1SRC_URI += "https://static.rust-lang.org/dist/rustc-${PV}-src.tar.xz;name=rust"
2SRC_URI[rust.sha256sum] = "e8170d318fac9d2fc17d5c3e648e7068f56e8db8d233d864aeffbef7c6542eac" 2SRC_URI[rust.sha256sum] = "2d6aa2ea3fedd55acbbd65f78349385f9daa9c14e25db7a8df5d015588eee1cf"
3 3
4SRC_URI:append:class-target:pn-rust = " \ 4SRC_URI:append:class-target:pn-rust = " \
5 file://hardcodepaths.patch \ 5 file://hardcodepaths.patch \