Skip to content

Commit e16f419

Browse files
committed
rust: we need the build system snapshot, not host
We need the Rust snapshot (stage0) for the build environment not the host environment. This is not affecting us currently because we are only building native versions of this today but should improve the behavior of meta-rust#81 or if any Rust components are built for the target machine.
1 parent 2fd712b commit e16f419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes-devtools/rust/rust-source-1.10.0.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
RS_VERSION = "1.9.0"
77
RS_KEY = "e8edd0fd"
88

9-
RUST_SNAPSHOT = "rustc-${RS_VERSION}-${RUST_HOST_SYS}"
9+
RUST_SNAPSHOT = "rustc-${RS_VERSION}-${RUST_BUILD_SYS}"
1010

1111
# These are x86_64-unknown-linux-gnu hashes, how can we add more?
1212
SRC_URI[rust-snapshot.md5sum] = "f1cf6d2fe15e4be18a08259f1540a4ae"

0 commit comments

Comments
 (0)