dashboard
repositories
activity
search
login
hc
/
RK356X_SDK_RELEASE
forked from
~ljy/RK356X_SDK_RELEASE
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改led为gpio
hc
2024-10-12
a5969cabbb4660eab42b6ef0412cbbd1200cf14d
[~hc/RK356X_SDK_RELEASE.git]
/
yocto
/
poky
/
meta
/
recipes-devtools
/
rust
/
rust-source.inc
1
2
3
4
5
6
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"