summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rust/rust-source.inc
diff options
context:
space:
mode:
authorYash Shinde <Yash.Shinde@windriver.com>2024-08-08 03:00:37 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-08-09 22:33:38 +0100
commit41094aece8c57062f200290a6f93aec3184b93b5 (patch)
tree28d068a7e1a4c1efc07fe29529d95d9ebcbd486d /meta/recipes-devtools/rust/rust-source.inc
parent4c9d7632f6fe7a44b4f3aa8300f0e439f1c43012 (diff)
downloadpoky-41094aece8c57062f200290a6f93aec3184b93b5.tar.gz
rust: Upgrade 1.76.0->1.77.0
* Drop backported patch 0001-Handle-vendored-sources-when-remapping-paths.patch as it's merged with rust v1.77.0. https://blog.rust-lang.org/2024/03/21/Rust-1.77.0.html (From OE-Core rev: 8b6b224fc116150c0af658473eecd05b742de7b1) 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.inc3
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 328c5b2d35..27d74fe8f3 100644
--- a/meta/recipes-devtools/rust/rust-source.inc
+++ b/meta/recipes-devtools/rust/rust-source.inc
@@ -6,7 +6,6 @@ SRC_URI += "https://static.rust-lang.org/dist/rustc-${RUST_VERSION}-src.tar.xz;n
6 file://0001-Revert-Map-source-absolute-paths-to-OUT_DIR-as-relat.patch;patchdir=${RUSTSRC} \ 6 file://0001-Revert-Map-source-absolute-paths-to-OUT_DIR-as-relat.patch;patchdir=${RUSTSRC} \
7 file://rv32-rustix-libc-backend.patch;patchdir=${RUSTSRC} \ 7 file://rv32-rustix-libc-backend.patch;patchdir=${RUSTSRC} \
8 file://rv32-cargo-rustix-0.38.19-fix.patch;patchdir=${RUSTSRC} \ 8 file://rv32-cargo-rustix-0.38.19-fix.patch;patchdir=${RUSTSRC} \
9 file://0001-Handle-vendored-sources-when-remapping-paths.patch;patchdir=${RUSTSRC} \
10 file://repro-issue-fix-with-v175.patch;patchdir=${RUSTSRC} \ 9 file://repro-issue-fix-with-v175.patch;patchdir=${RUSTSRC} \
11 file://0001-cargo-do-not-write-host-information-into-compilation.patch;patchdir=${RUSTSRC} \ 10 file://0001-cargo-do-not-write-host-information-into-compilation.patch;patchdir=${RUSTSRC} \
12 file://rustdoc-repro-issue-fix-cargo-config-for-codegenunits.patch;patchdir=${RUSTSRC} \ 11 file://rustdoc-repro-issue-fix-cargo-config-for-codegenunits.patch;patchdir=${RUSTSRC} \
@@ -15,7 +14,7 @@ SRC_URI += "https://static.rust-lang.org/dist/rustc-${RUST_VERSION}-src.tar.xz;n
15 file://rust-oe-selftest.patch;patchdir=${RUSTSRC} \ 14 file://rust-oe-selftest.patch;patchdir=${RUSTSRC} \
16 file://repro-issue-fix-with-cc-crate-hashmap.patch;patchdir=${RUSTSRC} \ 15 file://repro-issue-fix-with-cc-crate-hashmap.patch;patchdir=${RUSTSRC} \
17" 16"
18SRC_URI[rust.sha256sum] = "805482b436442a6786d270cacbab8f00529e06141b27b7fb01909b97ce4f3464" 17SRC_URI[rust.sha256sum] = "66126989782cbf77fa3aff121bbb108429f2d46fe19328c3de231553de711b90"
19 18
20RUSTSRC = "${WORKDIR}/rustc-${RUST_VERSION}-src" 19RUSTSRC = "${WORKDIR}/rustc-${RUST_VERSION}-src"
21 20