Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2, 1/1] package/jack2: add host-pkgconf dependency
@ 2022-08-13 11:31 Fabrice Fontaine
  2022-08-14 10:10 ` Thomas Petazzoni via buildroot
  2022-09-15  8:33 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2022-08-13 11:31 UTC (permalink / raw)
  To: buildroot; +Cc: Wojciech M . Zabolotny, Fabrice Fontaine

Fix the following build failure raised since commit
69284b6700e5f45e25a583e87b86ed1eb95038fd:

Checking for program 'pkg-config'        : not found
The above check failed, but the checkee is required for --alsa.

Indeed, before this commit, host-pkgconf was pulled by libsndfile
dependency

Fixes:
 - http://autobuild.buildroot.org/results/cbdc251980f5571f75281202ebffc04ddecbf28d

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
Changes v1 -> v2 (after review of Thomas Petazzoni):
 - Update commit log

 package/jack2/jack2.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/jack2/jack2.mk b/package/jack2/jack2.mk
index 9e56dcdfd8..9d6a3b6479 100644
--- a/package/jack2/jack2.mk
+++ b/package/jack2/jack2.mk
@@ -9,7 +9,7 @@ JACK2_SITE = $(call github,jackaudio,jack2,v$(JACK2_VERSION))
 JACK2_LICENSE = GPL-2.0+ (jack server), LGPL-2.1+ (jack library)
 JACK2_LICENSE_FILES = COPYING
 JACK2_CPE_ID_VENDOR = jackaudio
-JACK2_DEPENDENCIES = alsa-lib
+JACK2_DEPENDENCIES = host-pkgconf alsa-lib
 JACK2_INSTALL_STAGING = YES
 
 JACK2_CONF_OPTS = --alsa --example-tools=no
-- 
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 v2, 1/1] package/jack2: add host-pkgconf dependency
  2022-08-13 11:31 [Buildroot] [PATCH v2, 1/1] package/jack2: add host-pkgconf dependency Fabrice Fontaine
@ 2022-08-14 10:10 ` Thomas Petazzoni via buildroot
  2022-09-15  8:33 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-08-14 10:10 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Wojciech M . Zabolotny, buildroot

On Sat, 13 Aug 2022 13:31:14 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Fix the following build failure raised since commit
> 69284b6700e5f45e25a583e87b86ed1eb95038fd:
> 
> Checking for program 'pkg-config'        : not found
> The above check failed, but the checkee is required for --alsa.
> 
> Indeed, before this commit, host-pkgconf was pulled by libsndfile
> dependency
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/cbdc251980f5571f75281202ebffc04ddecbf28d
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> Changes v1 -> v2 (after review of Thomas Petazzoni):
>  - Update commit log

Applied to master, thanks for having researched the root cause!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
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 v2, 1/1] package/jack2: add host-pkgconf dependency
  2022-08-13 11:31 [Buildroot] [PATCH v2, 1/1] package/jack2: add host-pkgconf dependency Fabrice Fontaine
  2022-08-14 10:10 ` Thomas Petazzoni via buildroot
@ 2022-09-15  8:33 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-09-15  8:33 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Wojciech M . Zabolotny, buildroot

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

 > Fix the following build failure raised since commit
 > 69284b6700e5f45e25a583e87b86ed1eb95038fd:

 > Checking for program 'pkg-config'        : not found
 > The above check failed, but the checkee is required for --alsa.

 > Indeed, before this commit, host-pkgconf was pulled by libsndfile
 > dependency

 > Fixes:
 >  - http://autobuild.buildroot.org/results/cbdc251980f5571f75281202ebffc04ddecbf28d

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
 > ---
 > Changes v1 -> v2 (after review of Thomas Petazzoni):
 >  - Update commit log

Committed to 2022.05.x and 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-09-15  8:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-13 11:31 [Buildroot] [PATCH v2, 1/1] package/jack2: add host-pkgconf dependency Fabrice Fontaine
2022-08-14 10:10 ` Thomas Petazzoni via buildroot
2022-09-15  8:33 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox