diff options
Diffstat (limited to 'meta/recipes-devtools/rust/rust-source.inc')
| -rw-r--r-- | meta/recipes-devtools/rust/rust-source.inc | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/meta/recipes-devtools/rust/rust-source.inc b/meta/recipes-devtools/rust/rust-source.inc index efbfa72b60..d0bc899634 100644 --- a/meta/recipes-devtools/rust/rust-source.inc +++ b/meta/recipes-devtools/rust/rust-source.inc | |||
| @@ -3,18 +3,15 @@ RUST_VERSION ?= "${@d.getVar('PV').split('-')[0]}" | |||
| 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://hardcodepaths.patch;patchdir=${RUSTSRC} \ | 4 | file://hardcodepaths.patch;patchdir=${RUSTSRC} \ |
| 5 | file://zlib-off64_t.patch;patchdir=${RUSTSRC} \ | 5 | file://zlib-off64_t.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} \ | 6 | file://rv32-rustix-libc-backend.patch;patchdir=${RUSTSRC} \ |
| 8 | file://rv32-cargo-rustix-0.38.19-fix.patch;patchdir=${RUSTSRC} \ | 7 | file://rv32-cargo-rustix-0.38.28-fix.patch;patchdir=${RUSTSRC} \ |
| 9 | file://repro-issue-fix-with-v175.patch;patchdir=${RUSTSRC} \ | ||
| 10 | 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} \ |
| 11 | 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} \ |
| 12 | file://cross-targets-backport.patch;patchdir=${RUSTSRC} \ | 10 | file://cross-targets-backport.patch;patchdir=${RUSTSRC} \ |
| 13 | file://deadcode-backport.patch;patchdir=${RUSTSRC} \ | ||
| 14 | file://rust-oe-selftest.patch;patchdir=${RUSTSRC} \ | 11 | file://rust-oe-selftest.patch;patchdir=${RUSTSRC} \ |
| 15 | file://repro-issue-fix-with-cc-crate-hashmap.patch;patchdir=${RUSTSRC} \ | 12 | file://repro-issue-fix-with-cc-crate-hashmap.patch;patchdir=${RUSTSRC} \ |
| 16 | " | 13 | " |
| 17 | SRC_URI[rust.sha256sum] = "4d214c4189e4dd934d47e869fa5721b2c33dbbbdea21f2fc7fa6df3f38c1dea2" | 14 | SRC_URI[rust.sha256sum] = "8065824f0255faa3901db8206e6f9423f6f8c07cec28bc6f2797c6c948310ece" |
| 18 | 15 | ||
| 19 | RUSTSRC = "${WORKDIR}/rustc-${RUST_VERSION}-src" | 16 | RUSTSRC = "${WORKDIR}/rustc-${RUST_VERSION}-src" |
| 20 | 17 | ||
