Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 1 | require rust-source.inc |
| 2 | require libstd-rs.inc |
| 3 | |
| 4 | SRC_URI += " \ |
| 5 | file://0001-Add-base-definitions-for-riscv64-musl.patch;patchdir=../../ \ |
| 6 | file://0002-FIXUP-linux-musl-mod.rs-add-riscv64-to-b64-set.patch;patchdir=../../ \ |
| 7 | file://0003-FIXUP-Correct-definitions-to-match-musl.patch;patchdir=../../ \ |
| 8 | file://0004-Update-checksums-for-modified-files-for-rust.patch;patchdir=../../ \ |
| 9 | " |
| 10 | |
| 11 | # libstd moved from src/libstd to library/std in 1.47+ |
| 12 | S = "${RUSTSRC}/library/std" |