From: Eric Le Bihan Date: Fri, 7 Feb 2020 18:08:23 +0000 (+0100) Subject: package/rust-bin: host variant depends on host-cargo-bin X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2f89b8dcb161910e5b08615a2824793b564589cd;p=buildroot.git package/rust-bin: host variant depends on host-cargo-bin Ensure installation of pre-built cargo binary by adding it to the dependency list of the host variant of the pre-built Rust compiler. Signed-off-by: Eric Le Bihan Signed-off-by: Patrick Havelange Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Reviewed-by: David Pierret Tested-by: David Pierret Signed-off-by: Thomas Petazzoni --- diff --git a/package/rust-bin/rust-bin.mk b/package/rust-bin/rust-bin.mk index a374215e20..bef3102450 100644 --- a/package/rust-bin/rust-bin.mk +++ b/package/rust-bin/rust-bin.mk @@ -10,6 +10,7 @@ RUST_BIN_LICENSE = Apache-2.0 or MIT RUST_BIN_LICENSE_FILES = LICENSE-APACHE LICENSE-MIT HOST_RUST_BIN_PROVIDES = host-rustc +HOST_RUST_BIN_DEPENDENCIES = host-cargo-bin HOST_RUST_BIN_SOURCE = rustc-$(RUST_BIN_VERSION)-$(RUSTC_HOST_NAME).tar.xz