diff mbox series

[v3,05/10] package/rust: drop dependency on host-cargo-bin

Message ID 20200207180829.165689-6-arnout@mind.be
State Accepted
Headers show
Series Merge rust and cargo | expand

Commit Message

Arnout Vandecappelle Feb. 7, 2020, 6:08 p.m. UTC
From: Eric Le Bihan <eric.le.bihan.dev@free.fr>

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>
Signed-off-by: Patrick Havelange <patrick.havelange@essensium.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
 package/rust/rust.mk | 1 -
 1 file changed, 1 deletion(-)

Comments

David PIERRET March 27, 2020, 10:51 a.m. UTC | #1
Hi,
Working on a new package using rust, this patch suite have resolved my
issue with rust version successfully.

Regards
David

On Fri, Feb 7, 2020 at 7:09 PM Arnout Vandecappelle (Essensium/Mind)
<arnout@mind.be> wrote:
>
> From: Eric Le Bihan <eric.le.bihan.dev@free.fr>
>
> 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>
> Signed-off-by: Patrick Havelange <patrick.havelange@essensium.com>
> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Reviewed-by: David Pierret <david.pierret@smile.fr>
Tested-by: David Pierret <david.pierret@smile.fr>
> ---
>  package/rust/rust.mk | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/package/rust/rust.mk b/package/rust/rust.mk
> index 9bbed15082..588e1088f8 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)
> --
> 2.24.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
diff mbox series

Patch

diff --git a/package/rust/rust.mk b/package/rust/rust.mk
index 9bbed15082..588e1088f8 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)