From: Fabrice Fontaine Date: Mon, 28 Sep 2020 19:33:04 +0000 (+0200) Subject: package/sentry-cli: fix dependency on host-rustc X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=de1ddbf021728ff2895a3503048919394e6fb20c;p=buildroot.git package/sentry-cli: fix dependency on host-rustc 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 Signed-off-by: Thomas Petazzoni --- 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