diff mbox series

[RFC,4/7] package/rust: drop dependency on host-cargo-bin

Message ID 20191105211259.27673-5-eric.le.bihan.dev@free.fr
State Superseded
Headers show
Series Rust: drop cargo package | expand

Commit Message

Eric Le Bihan Nov. 5, 2019, 9:12 p.m. UTC
As host-rust depends on host-rust-bin, which depends on host-cargo-bin,
remove unneeded dependency.

Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
---
 package/rust/rust.mk | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/package/rust/rust.mk b/package/rust/rust.mk
index 901995c203..50ed08901c 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 \
 	host-python \
 	$(BR2_CMAKE_HOST_DEPENDENCY)