From 8a24b80533c0e04857e728c630b5863447dcbce1 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sat, 23 Apr 2022 23:11:41 +0200 Subject: [PATCH] package/aubio: add host-pkgconf dependency Add host-pkgconf dependency to fix the following build failure raised since the addition of the package in commit 280bb6807619e2e858836435f44aad0cccd27a40 and https://github.com/aubio/aubio/commit/e57859fd1f2c3c8b18b3f5ede122071c66166a8f: Checking for program 'pkg-config' : not found Could not find the program ['pkg-config'] Fixes: - http://autobuild.buildroot.org/results/e6f0e9b09e4b611daf5bb37091610d8de80f1f4d Signed-off-by: Fabrice Fontaine Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- package/aubio/aubio.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/aubio/aubio.mk b/package/aubio/aubio.mk index b79beccd97..b2eb2b5e6d 100644 --- a/package/aubio/aubio.mk +++ b/package/aubio/aubio.mk @@ -11,6 +11,7 @@ AUBIO_LICENSE = GPL-3.0+ AUBIO_LICENSE_FILES = COPYING AUBIO_INSTALL_STAGING = YES +AUBIO_DEPENDENCIES = host-pkgconf AUBIO_CONF_OPTS = \ --disable-docs \ --disable-atlas