mirror of
https://git.yoctoproject.org/poky
synced 2026-02-08 18:02:12 +01:00
Release notes: https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html (From OE-Core rev: 1d81fb264580b96c405075fcfd2a82a6f74b9630) Signed-off-by: Alex Kiernan <alexk@zuma.ai> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 lines
614 B
PHP
14 lines
614 B
PHP
SRC_URI += "https://static.rust-lang.org/dist/rustc-${PV}-src.tar.xz;name=rust"
|
|
SRC_URI[rust.sha256sum] = "e8170d318fac9d2fc17d5c3e648e7068f56e8db8d233d864aeffbef7c6542eac"
|
|
|
|
SRC_URI:append:class-target:pn-rust = " \
|
|
file://hardcodepaths.patch \
|
|
file://crossbeam_atomic.patch \
|
|
file://0001-Add-ENOTSUP-constant-for-riscv32-musl.patch"
|
|
SRC_URI:append:class-nativesdk:pn-nativesdk-rust = " file://hardcodepaths.patch"
|
|
|
|
RUSTSRC = "${WORKDIR}/rustc-${PV}-src"
|
|
|
|
UPSTREAM_CHECK_URI = "https://forge.rust-lang.org/infra/other-installation-methods.html"
|
|
UPSTREAM_CHECK_REGEX = "rustc-(?P<pver>\d+(\.\d+)+)-src"
|