1RUST_VERSION ?= "${@d.getVar('PV').split('-')[0]}" 2 3SRC_URI += "https://static.rust-lang.org/dist/rustc-${RUST_VERSION}-src.tar.xz;name=rust \ 4 file://hardcodepaths.patch;patchdir=${RUSTSRC} \ 5 file://getrandom-open64.patch;patchdir=${RUSTSRC} \ 6 file://0001-Do-not-use-LFS64-on-linux-with-musl.patch;patchdir=${RUSTSRC} \ 7 file://zlib-off64_t.patch;patchdir=${RUSTSRC} \ 8 file://0001-musl-Define-SOCK_SEQPACKET-in-common-place.patch;patchdir=${RUSTSRC} \ 9 file://bootstrap_fail.patch;patchdir=${RUSTSRC} \ 10" 11SRC_URI[rust.sha256sum] = "bb8e9c564566b2d3228d95de9063a9254182446a161353f1d843bfbaf5c34639" 12 13RUSTSRC = "${WORKDIR}/rustc-${RUST_VERSION}-src" 14 15# Used by crossbeam_atomic.patch 16export TARGET_VENDOR 17 18UPSTREAM_CHECK_URI = "https://forge.rust-lang.org/infra/other-installation-methods.html" 19UPSTREAM_CHECK_REGEX = "rustc-(?P<pver>\d+(\.\d+)+)-src" 20