diff options
Diffstat (limited to 'meta/recipes-devtools/rust/rust-source.inc')
-rw-r--r-- | meta/recipes-devtools/rust/rust-source.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/rust/rust-source.inc b/meta/recipes-devtools/rust/rust-source.inc index 0c0c9dcaa0..838544e089 100644 --- a/meta/recipes-devtools/rust/rust-source.inc +++ b/meta/recipes-devtools/rust/rust-source.inc | |||
@@ -1,15 +1,15 @@ | |||
1 | RUST_VERSION ?= "${@d.getVar('PV').split('-')[0]}" | 1 | RUST_VERSION ?= "${@d.getVar('PV').split('-')[0]}" |
2 | 2 | ||
3 | SRC_URI += "https://static.rust-lang.org/dist/rustc-${RUST_VERSION}-src.tar.xz;name=rust \ | 3 | SRC_URI += "https://static.rust-lang.org/dist/rustc-${RUST_VERSION}-src.tar.xz;name=rust \ |
4 | file://zlib-off64_t.patch;patchdir=${RUSTSRC} \ | 4 | file://rv32-cargo-rustix-0.38.37-fix.patch;patchdir=${RUSTSRC} \ |
5 | file://rv32-cargo-rustix-0.38.34-fix.patch;patchdir=${RUSTSRC} \ | ||
6 | file://rust-oe-selftest.patch;patchdir=${RUSTSRC} \ | 5 | file://rust-oe-selftest.patch;patchdir=${RUSTSRC} \ |
7 | file://repro-issue-fix-with-cc-crate-hashmap.patch;patchdir=${RUSTSRC} \ | 6 | file://repro-issue-fix-with-cc-crate-hashmap.patch;patchdir=${RUSTSRC} \ |
8 | file://oeqa-selftest-Increase-timeout-in-process-sigpipe-ru.patch;patchdir=${RUSTSRC} \ | 7 | file://oeqa-selftest-Increase-timeout-in-process-sigpipe-ru.patch;patchdir=${RUSTSRC} \ |
9 | file://0001-src-core-build_steps-tool.rs-switch-off-lto-for-rust.patch;patchdir=${RUSTSRC} \ | 8 | file://0001-src-core-build_steps-tool.rs-switch-off-lto-for-rust.patch;patchdir=${RUSTSRC} \ |
10 | file://revert-link-std-statically-in-rustc_driver-feature.patch;patchdir=${RUSTSRC} \ | 9 | file://revert-link-std-statically-in-rustc_driver-feature.patch;patchdir=${RUSTSRC} \ |
10 | file://revert-Zdual-proc-macros-additional-check.patch;patchdir=${RUSTSRC} \ | ||
11 | " | 11 | " |
12 | SRC_URI[rust.sha256sum] = "1276a0bb8fa12288ba6fa96597d28b40e74c44257c051d3bc02c2b049bb38210" | 12 | SRC_URI[rust.sha256sum] = "7b11d4242dab0921a7d54758ad3fe805153c979c144625fecde11735760f97df" |
13 | 13 | ||
14 | RUSTSRC = "${WORKDIR}/rustc-${RUST_VERSION}-src" | 14 | RUSTSRC = "${WORKDIR}/rustc-${RUST_VERSION}-src" |
15 | 15 | ||