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.xz;name=rust"
|
|
|
|
SRC_URI[rust.md5sum] = "ee6300b1d7e5767115492915c4c0d8ef"
|
|
SRC_URI[rust.sha256sum] = "10abffac50a729cf74cef6dd03193a2f4647541bd19ee9281be9e5b12ca8cdfd"
|
|
|
|
# later versions of rust change the directory that they unextract to
|
|
RUSTSRC = "${WORKDIR}/rustc-${PV}-src"
|
|
# set this as our default
|
|
S = "${RUSTSRC}"
|