package/tinydtls: needs host-pkgconf
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Mon, 13 Jul 2020 22:28:01 +0000 (00:28 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 14 Jul 2020 13:06:58 +0000 (15:06 +0200)
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 <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/tinydtls/tinydtls.mk

index e683dea1a0c4316c171d4d5b1a110e8959b3e304..b4fd06ff70ac32cc46d4327a036a611c22770b04 100644 (file)
@@ -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