From: Fabrice Fontaine Date: Mon, 13 Jul 2020 22:28:01 +0000 (+0200) Subject: package/tinydtls: needs host-pkgconf X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=39e6ec0aafe634353f7db74f0ccb484781de2ae0;p=buildroot.git package/tinydtls: needs host-pkgconf Add host-pkgconf dependency, it is only used to find cunit for tests which are disabled by default but otherwise autoreconf will fail Fixes: - http://autobuild.buildroot.org/results/721c9feb96f93c60505a12f546a64a86b7eb36aa Signed-off-by: Fabrice Fontaine Signed-off-by: Thomas Petazzoni --- diff --git a/package/tinydtls/tinydtls.mk b/package/tinydtls/tinydtls.mk index e683dea1a0..b4fd06ff70 100644 --- a/package/tinydtls/tinydtls.mk +++ b/package/tinydtls/tinydtls.mk @@ -9,6 +9,7 @@ TINYDTLS_SITE = $(call github,eclipse,tinydtls,v$(TINYDTLS_VERSION)) TINYDTLS_LICENSE = EPL-1.0 or EDL-1.0 TINYDTLS_LICENSE_FILES = LICENSE TINYDTLS_INSTALL_STAGING = YES +TINYDTLS_DEPENDENCIES = host-pkgconf # From git TINYDTLS_AUTORECONF = YES # use inttypes.h data types instead of u_intXX_t for musl compatibility