All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patrick Havelange <patrick.havelange@essensium.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 5/9] package/ripgrep: depends on host-rustc
Date: Wed, 15 Jan 2020 14:26:13 +0100	[thread overview]
Message-ID: <20200115132617.26604-5-patrick.havelange@essensium.com> (raw)
In-Reply-To: <20200115132617.26604-1-patrick.havelange@essensium.com>

From: Eric Le Bihan <eric.le.bihan.dev@free.fr>

As all providers of rustc also install cargo, there is no need to depend
on the standalone cargo package anymore. Instead add host-rustc to the
dependency list.

Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Signed-off-by: Patrick Havelange <patrick.havelange@essensium.com>

---
Changes v1 -> v2:
  - ripgrep/Config.in still needs to select HOST_RUSTC
---
 package/ripgrep/Config.in  | 2 +-
 package/ripgrep/ripgrep.mk | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/ripgrep/Config.in b/package/ripgrep/Config.in
index 5446ad046c..0ea2902b34 100644
--- a/package/ripgrep/Config.in
+++ b/package/ripgrep/Config.in
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_RIPGREP
 	bool "ripgrep"
 	depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
-	select BR2_PACKAGE_HOST_CARGO
+	select BR2_PACKAGE_HOST_RUSTC
 	help
 	  ripgrep is a line-oriented search tool that
 	  recursively searches your current directory
diff --git a/package/ripgrep/ripgrep.mk b/package/ripgrep/ripgrep.mk
index 0bb7017a96..832c076f26 100644
--- a/package/ripgrep/ripgrep.mk
+++ b/package/ripgrep/ripgrep.mk
@@ -9,7 +9,7 @@ RIPGREP_SITE = $(call github,burntsushi,ripgrep,$(RIPGREP_VERSION))
 RIPGREP_LICENSE = MIT
 RIPGREP_LICENSE_FILES = LICENSE-MIT
 
-RIPGREP_DEPENDENCIES = host-cargo
+RIPGREP_DEPENDENCIES = host-rustc
 RIPGREP_CARGO_ENV = CARGO_HOME=$(HOST_DIR)/share/cargo
 RIPGREP_CARGO_MODE = $(if $(BR2_ENABLE_DEBUG),debug,release)
 
-- 
2.17.1

  parent reply	other threads:[~2020-01-15 13:26 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-15 13:26 [Buildroot] [PATCH v2 1/9] package/rust: build and install cargo Patrick Havelange
2020-01-15 13:26 ` [Buildroot] [PATCH v2 2/9] package/cargo-bin: install if rust-bin selected Patrick Havelange
2020-01-15 13:26 ` [Buildroot] [PATCH v2 3/9] package/rust-bin: host variant depends on host-cargo-bin Patrick Havelange
2020-01-15 13:26 ` [Buildroot] [PATCH v2 4/9] package/rust: drop dependency " Patrick Havelange
2020-01-15 13:26 ` Patrick Havelange [this message]
2020-01-15 13:26 ` [Buildroot] [PATCH v2 6/9] package/cargo: drop package Patrick Havelange
2020-01-15 13:26 ` [Buildroot] [PATCH v2 7/9] docs/manual: cargo packages depend on host-rustc Patrick Havelange
2020-01-15 13:26 ` [Buildroot] [PATCH v2 8/9] package/rust: bump to 1.40 Patrick Havelange
2020-01-15 13:26 ` [Buildroot] [PATCH v2 9/9] package/cargo-bin: remove and use cargo-bin from rust-bin package Patrick Havelange
2020-01-20 15:51 ` [Buildroot] [PATCH v2 1/9] package/rust: build and install cargo Sam Voss

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200115132617.26604-5-patrick.havelange@essensium.com \
    --to=patrick.havelange@essensium.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.