mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
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 <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
d4f7da760a
commit
de1ddbf021
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user