[Buildroot] [git commit] package/libdnet: needs host-pkgconf

Peter Korsgaard peter at korsgaard.com
Sun Oct 16 15:02:36 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=e7c5529e9c080e4f860ef3276aa9ed9e01b3fa42
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 <fontaine.fabrice at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 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



More information about the buildroot mailing list