From e7c5529e9c080e4f860ef3276aa9ed9e01b3fa42 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sun, 16 Oct 2022 00:09:13 +0200 Subject: [PATCH] package/libdnet: needs host-pkgconf host-pkgconf is needed since bump to version 1.16.1 in commit c8ed72c15d39cc6c676485bff8955ac5f4258138 and https://github.com/ofalk/libdnet/commit/3a651c615e1201b5fe9413f8dc5b1671d5e5049a: checking for Check... ./configure: line 14123: syntax error near unexpected token `CHECK,' ./configure: line 14123: ` PKG_CHECK_MODULES(CHECK, check)' Fixes: - http://autobuild.buildroot.org/results/e1ff5ca46e83db2c722f782387dbb7402b8d459e Signed-off-by: Fabrice Fontaine Signed-off-by: Peter Korsgaard --- package/libdnet/libdnet.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/libdnet/libdnet.mk b/package/libdnet/libdnet.mk index 1e75dae323..dc56b892b4 100644 --- a/package/libdnet/libdnet.mk +++ b/package/libdnet/libdnet.mk @@ -14,6 +14,7 @@ LIBDNET_CONF_OPTS = \ --with-gnu-ld \ --with-check=no LIBDNET_CONFIG_SCRIPTS = dnet-config +LIBDNET_DEPENDENCIES = host-pkgconf ifeq ($(BR2_PACKAGE_LIBDNET_PYTHON),y) LIBDNET_DEPENDENCIES += host-python-cython python3