[Buildroot] [PATCH 1/1] package/aubio: add host-pkgconf dependency

Arnout Vandecappelle arnout at mind.be
Mon Apr 25 20:25:21 UTC 2022



On 23/04/2022 23:11, Fabrice Fontaine wrote:
> 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 <fontaine.fabrice at gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   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



More information about the buildroot mailing list