2c7321dac6
Signed-off-by: Alistair Francis <alistair@alistair23.me>
11 lines
402 B
PHP
11 lines
402 B
PHP
SRC_URI += "https://static.rust-lang.org/dist/rustc-${PV}-src.tar.xz;name=rust"
|
|
|
|
SRC_URI[rust.sha256sum] = "d0899933840369f07394b211cb0b53a5cd4634907633f0bee541133c8b75e309"
|
|
|
|
# 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"
|