diff mbox series

[1/1] package/sentry-cli: fix dependency

Message ID 20200928193304.81313-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/sentry-cli: fix dependency | expand

Commit Message

Fabrice Fontaine Sept. 28, 2020, 7:33 p.m. UTC
Replace SENTRY_CLI_DEPENDENCIES by HOST_SENTRY_CLI_DEPENDENCIES as
sentry-cli is a host-generic-package

Fixes:
 - http://autobuild.buildroot.org/results/ce566ec91a8f7d69f2525892a7a034c829db9dad

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/sentry-cli/sentry-cli.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni Sept. 30, 2020, 8:43 p.m. UTC | #1
On Mon, 28 Sep 2020 21:33:04 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Replace SENTRY_CLI_DEPENDENCIES by HOST_SENTRY_CLI_DEPENDENCIES as
> sentry-cli is a host-generic-package
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/ce566ec91a8f7d69f2525892a7a034c829db9dad
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/sentry-cli/sentry-cli.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/sentry-cli/sentry-cli.mk b/package/sentry-cli/sentry-cli.mk
index 5f60d27366..56b787c31f 100644
--- a/package/sentry-cli/sentry-cli.mk
+++ b/package/sentry-cli/sentry-cli.mk
@@ -9,7 +9,7 @@  SENTRY_CLI_SITE = $(call github,getsentry,sentry-cli,$(SENTRY_CLI_VERSION))
 SENTRY_CLI_LICENSE = BSD-3-clause
 SENTRY_CLI_LICENSE_FILES = LICENSE
 
-SENTRY_CLI_DEPENDENCIES = host-rustc
+HOST_SENTRY_CLI_DEPENDENCIES = host-rustc
 
 HOST_SENTRY_CLI_CARGO_ENV = CARGO_HOME=$(HOST_DIR)/share/cargo