From: Fabrice Fontaine Date: Sat, 25 Apr 2020 22:47:19 +0000 (+0200) Subject: package/pkcs11-helper: needs host-pkgconf X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=665c1a89637dd246a00ffa8188f3a6d41769b5d8;p=buildroot.git package/pkcs11-helper: needs host-pkgconf pkg-config is used unconditionally in configure.ac to find dependencies (openssl, gnutls and nss) Fixes: - http://autobuild.buildroot.org/results/c01ae4f1a7babf94c841d4bb737408a9c8869845 Signed-off-by: Fabrice Fontaine Signed-off-by: Yann E. MORIN --- diff --git a/package/pkcs11-helper/pkcs11-helper.mk b/package/pkcs11-helper/pkcs11-helper.mk index 24e0c65d84..a95340daf7 100644 --- a/package/pkcs11-helper/pkcs11-helper.mk +++ b/package/pkcs11-helper/pkcs11-helper.mk @@ -8,6 +8,7 @@ PKCS11_HELPER_VERSION = 1.26 PKCS11_HELPER_SITE = $(call github,OpenSC,pkcs11-helper,pkcs11-helper-$(PKCS11_HELPER_VERSION)) PKCS11_HELPER_LICENSE = GPL-2.0 or BSD-3-Clause PKCS11_HELPER_LICENSE_FILES = COPYING COPYING.BSD COPYING.GPL +PKCS11_HELPER_DEPENDENCIES = host-pkgconf PKCS11_HELPER_AUTORECONF = YES PKCS11_HELPER_INSTALL_STAGING = YES