All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/aubio: add host-pkgconf dependency
@ 2022-04-23 21:11 Fabrice Fontaine
  2022-04-25 20:25 ` Arnout Vandecappelle
  2022-05-27  8:19 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2022-04-23 21:11 UTC (permalink / raw)
  To: buildroot; +Cc: Romain Naour, Fabrice Fontaine

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@gmail.com>
---
 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
-- 
2.35.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/aubio: add host-pkgconf dependency
  2022-04-23 21:11 [Buildroot] [PATCH 1/1] package/aubio: add host-pkgconf dependency Fabrice Fontaine
@ 2022-04-25 20:25 ` Arnout Vandecappelle
  2022-05-27  8:19 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2022-04-25 20:25 UTC (permalink / raw)
  To: Fabrice Fontaine, buildroot; +Cc: Romain Naour



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@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
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/aubio: add host-pkgconf dependency
  2022-04-23 21:11 [Buildroot] [PATCH 1/1] package/aubio: add host-pkgconf dependency Fabrice Fontaine
  2022-04-25 20:25 ` Arnout Vandecappelle
@ 2022-05-27  8:19 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-05-27  8:19 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Romain Naour, buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > 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@gmail.com>

Committed to 2022.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-27  8:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-23 21:11 [Buildroot] [PATCH 1/1] package/aubio: add host-pkgconf dependency Fabrice Fontaine
2022-04-25 20:25 ` Arnout Vandecappelle
2022-05-27  8:19 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.