linuxOS_PX30_CAR/yocto/poky/meta/recipes-devtools/rust/rust-source.inc

7 lines
267 B
PHP
Raw Permalink Normal View History

2026-01-20 05:50:57 +00:00
SRC_URI += "https://static.rust-lang.org/dist/rustc-${PV}-src.tar.xz;name=rust"
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"