added rust 1.61.0

This commit is contained in:
Marcel Lilienthal
2022-06-28 16:33:25 +02:00
parent b67791b753
commit 52dbb6731b
28 changed files with 193 additions and 26 deletions
+11
View File
@@ -0,0 +1,11 @@
require rust-source.inc
require libstd-rs.inc
# Check if libc crate is >= 0.2.117 before dropping this patch
SRC_URI += " \
file://0001-Add-400-series-syscalls-to-musl-riscv64-definitions.patch;patchdir=../../ \
file://0001-Update-checksums-for-modified-vendored-libc.patch;patchdir=../../ \
"
# libstd moved from src/libstd to library/std in 1.47+
S = "${RUSTSRC}/library/std"