diff options
Diffstat (limited to 'meta/recipes-devtools/rust/libstd-rs_1.59.0.bb')
| -rw-r--r-- | meta/recipes-devtools/rust/libstd-rs_1.59.0.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rust/libstd-rs_1.59.0.bb b/meta/recipes-devtools/rust/libstd-rs_1.59.0.bb index d4721029e8..7c453a593a 100644 --- a/meta/recipes-devtools/rust/libstd-rs_1.59.0.bb +++ b/meta/recipes-devtools/rust/libstd-rs_1.59.0.bb | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | require rust-source.inc | 1 | require rust-source.inc |
| 2 | require libstd-rs.inc | 2 | require libstd-rs.inc |
| 3 | 3 | ||
| 4 | # Check if libc crate is >= 0.2.17 before dropping this patch | ||
| 5 | SRC_URI += " \ | ||
| 6 | file://0001-Add-400-series-syscalls-to-musl-riscv64-definitions.patch;patchdir=../../ \ | ||
| 7 | file://0001-Update-checksums-for-modified-vendored-libc.patch;patchdir=../../ \ | ||
| 8 | " | ||
| 4 | # libstd moved from src/libstd to library/std in 1.47+ | 9 | # libstd moved from src/libstd to library/std in 1.47+ |
| 5 | S = "${RUSTSRC}/library/std" | 10 | S = "${RUSTSRC}/library/std" |
