mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/sentry-cli: needs pkgconf and openssl
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 2bf45fa99c)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
9b2c10bc06
commit
65c66c2ba1
@@ -9,6 +9,6 @@ SENTRY_CLI_SITE = $(call github,getsentry,sentry-cli,$(SENTRY_CLI_VERSION))
|
||||
SENTRY_CLI_LICENSE = BSD-3-clause
|
||||
SENTRY_CLI_LICENSE_FILES = LICENSE
|
||||
|
||||
HOST_SENTRY_CLI_DEPENDENCIES = host-zlib
|
||||
HOST_SENTRY_CLI_DEPENDENCIES = host-pkgconf host-openssl host-zlib
|
||||
|
||||
$(eval $(host-cargo-package))
|
||||
|
||||
Reference in New Issue
Block a user