rust: drop local-rust PACKAGECONFIG
This drops the ability to supply your own rust through the PACKAGECONFIG local-rust option. This isn't tested and we really need to better expand support for build arches. At the same time this simplifies how the rust stage0 snapshot is extracted and used by the build system.
This commit is contained in:
@@ -8,8 +8,7 @@ RS_VERSION = "1.9.0"
|
||||
RS_ARCH = "x86_64-unknown-linux-gnu"
|
||||
RS_KEY = "e8edd0fd"
|
||||
|
||||
RUST_SNAPSHOT = "rustc-${RS_VERSION}-${RS_ARCH}.tar.gz"
|
||||
RUST_SNAPSHOT_URI = "https://static.rust-lang.org/dist/${RS_DATE}/${RUST_SNAPSHOT}"
|
||||
RUST_SNAPSHOT = "rustc-${RS_VERSION}-${RS_ARCH}"
|
||||
|
||||
SRC_URI[rust-snapshot.md5sum] = "f1cf6d2fe15e4be18a08259f1540a4ae"
|
||||
SRC_URI[rust-snapshot.sha256sum] = "d0704d10237c66c3efafa6f7e5570c59a1d3fe5c6d99487540f90ebb37cd84c4"
|
||||
|
||||
Reference in New Issue
Block a user