]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
fwup: add dependency on host-pkgconf
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 16 Oct 2016 15:49:50 +0000 (17:49 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 16 Oct 2016 15:49:50 +0000 (17:49 +0200)
The fwup configure.ac uses PKG_CHECK_MODULES(), and we're
autoreconfiguring this package, so we should depend on host-pkgconf.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/fwup/fwup.mk

index 3d3e3befb35ed611c612045da8d9fdef3f963fbf..d87bdca96d6951c2b0a8c72e3d84e2ceb17a4652 100644 (file)
@@ -8,8 +8,8 @@ FWUP_VERSION = v0.8.2
 FWUP_SITE = $(call github,fhunleth,fwup,$(FWUP_VERSION))
 FWUP_LICENSE = Apache-2.0
 FWUP_LICENSE_FILES = LICENSE
-FWUP_DEPENDENCIES = libconfuse libarchive libsodium
-HOST_FWUP_DEPENDENCIES = host-libconfuse host-libarchive host-libsodium
+FWUP_DEPENDENCIES = host-pkgconf libconfuse libarchive libsodium
+HOST_FWUP_DEPENDENCIES = host-pkgconf host-libconfuse host-libarchive host-libsodium
 FWUP_AUTORECONF = YES
 FWUP_CONF_ENV = ac_cv_path_HELP2MAN=""