1d64f9075a
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
10 lines
384 B
PHP
10 lines
384 B
PHP
SRC_URI += "https://static.rust-lang.org/dist/rustc-${PV}-src.tar.gz;name=rust"
|
|
|
|
SRC_URI[rust.md5sum] = "7c85e6a60dda740295f7e004a1fb15e1"
|
|
SRC_URI[rust.sha256sum] = "c69a4a85a1c464368597df8878cb9e1121aae93e215616d45ad7d23af3052f56"
|
|
|
|
# later versions of rust change the directory that they unextract to
|
|
RUSTSRC = "${WORKDIR}/rustc-${PV}-src"
|
|
# set this as our default
|
|
S = "${RUSTSRC}"
|