1d64f9075a
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
9 lines
326 B
PHP
9 lines
326 B
PHP
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}"
|