From: Eric Le Bihan Date: Fri, 7 Feb 2020 18:08:24 +0000 (+0100) Subject: package/rust: drop dependency on host-cargo-bin X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=71f18cef3979b2f24822e048cce46bc2dfc8b5c8;p=buildroot.git package/rust: drop dependency on host-cargo-bin As host-rust depends on host-rust-bin, which depends on host-cargo-bin, remove unneeded dependency. 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/rust.mk b/package/rust/rust.mk index 6bee04b3b9..c05d912ffa 100644 --- a/package/rust/rust.mk +++ b/package/rust/rust.mk @@ -15,7 +15,6 @@ HOST_RUST_PROVIDES = host-rustc HOST_RUST_DEPENDENCIES = \ toolchain \ host-rust-bin \ - host-cargo-bin \ host-openssl \ $(BR2_CMAKE_HOST_DEPENDENCY)