add rust 1.47.0

This commit is contained in:
Dan Callaghan
2020-12-18 12:59:17 +10:00
parent 8cfc3c9826
commit 4b151fa804
8 changed files with 97 additions and 0 deletions
@@ -0,0 +1,10 @@
SRC_URI += "https://static.rust-lang.org/dist/rustc-${PV}-src.tar.xz;name=rust"
SRC_URI[rust.sha256sum] = "ec2c81d2d34890486094a6407589be96161e4e301c238332d32c6dbae4f38ea2"
# later versions of rust change the directory that they unextract to
RUSTSRC = "${WORKDIR}/rustc-${PV}-src"
# set this as our default
S = "${RUSTSRC}"
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=93a95682d51b4cb0a633a97046940ef0"