diff options
author | Yash Shinde <Yash.Shinde@windriver.com> | 2024-08-29 01:33:55 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-29 21:58:19 +0100 |
commit | caa36ffb089d9f5b346bc0c753744e90ccda12ce (patch) | |
tree | e3d1326927efc790a4776d7b57fae7d644ee14db /meta/recipes-devtools/rust/rust-source.inc | |
parent | 94a6eeda53f3040cd311085a72dd4d8e9fba0fac (diff) | |
download | poky-caa36ffb089d9f5b346bc0c753744e90ccda12ce.tar.gz |
rust: Upgrade 1.78.0->1.79.0
Update the patch files with rust v1.79.0.
Drop the following backported patch which is merged
with rust v1.79 upgrade.
- cross-targets-backport.patch
https://blog.rust-lang.org/2024/06/13/Rust-1.79.0.html
(From OE-Core rev: 0e20d8e0a292f720c9ed419547d8f6d738c5d4d8)
Signed-off-by: Yash Shinde <Yash.Shinde@windriver.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 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/rust/rust-source.inc b/meta/recipes-devtools/rust/rust-source.inc index d0bc899634..becaf2b8ac 100644 --- a/meta/recipes-devtools/rust/rust-source.inc +++ b/meta/recipes-devtools/rust/rust-source.inc | |||
@@ -7,11 +7,10 @@ SRC_URI += "https://static.rust-lang.org/dist/rustc-${RUST_VERSION}-src.tar.xz;n | |||
7 | file://rv32-cargo-rustix-0.38.28-fix.patch;patchdir=${RUSTSRC} \ | 7 | file://rv32-cargo-rustix-0.38.28-fix.patch;patchdir=${RUSTSRC} \ |
8 | file://0001-cargo-do-not-write-host-information-into-compilation.patch;patchdir=${RUSTSRC} \ | 8 | file://0001-cargo-do-not-write-host-information-into-compilation.patch;patchdir=${RUSTSRC} \ |
9 | file://rustdoc-repro-issue-fix-cargo-config-for-codegenunits.patch;patchdir=${RUSTSRC} \ | 9 | file://rustdoc-repro-issue-fix-cargo-config-for-codegenunits.patch;patchdir=${RUSTSRC} \ |
10 | file://cross-targets-backport.patch;patchdir=${RUSTSRC} \ | ||
11 | file://rust-oe-selftest.patch;patchdir=${RUSTSRC} \ | 10 | file://rust-oe-selftest.patch;patchdir=${RUSTSRC} \ |
12 | file://repro-issue-fix-with-cc-crate-hashmap.patch;patchdir=${RUSTSRC} \ | 11 | file://repro-issue-fix-with-cc-crate-hashmap.patch;patchdir=${RUSTSRC} \ |
13 | " | 12 | " |
14 | SRC_URI[rust.sha256sum] = "8065824f0255faa3901db8206e6f9423f6f8c07cec28bc6f2797c6c948310ece" | 13 | SRC_URI[rust.sha256sum] = "ab826e84b8d48ec6eda3370065034dea8c006f6a946d78a9ba12bcb50e6d3c7a" |
15 | 14 | ||
16 | RUSTSRC = "${WORKDIR}/rustc-${RUST_VERSION}-src" | 15 | RUSTSRC = "${WORKDIR}/rustc-${RUST_VERSION}-src" |
17 | 16 | ||