* [Buildroot] [PATCH 1/1] package/jack2: add host-pkgconf dependency
@ 2022-08-12 20:56 Fabrice Fontaine
2022-08-13 11:04 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2022-08-12 20:56 UTC (permalink / raw)
To: buildroot; +Cc: Wojciech M . Zabolotny, Fabrice Fontaine
Fix the following build failure:
Checking for program 'pkg-config' : not found
The above check failed, but the checkee is required for --alsa.
Fixes:
- http://autobuild.buildroot.org/results/cbdc251980f5571f75281202ebffc04ddecbf28d
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
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] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/jack2: add host-pkgconf dependency
2022-08-12 20:56 [Buildroot] [PATCH 1/1] package/jack2: add host-pkgconf dependency Fabrice Fontaine
@ 2022-08-13 11:04 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-08-13 11:04 UTC (permalink / raw)
To: Fabrice Fontaine; +Cc: Wojciech M . Zabolotny, buildroot
Hello,
On Fri, 12 Aug 2022 22:56:23 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> Fix the following build failure:
>
> Checking for program 'pkg-config' : not found
> The above check failed, but the checkee is required for --alsa.
>
> Fixes:
> - http://autobuild.buildroot.org/results/cbdc251980f5571f75281202ebffc04ddecbf28d
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Why is this suddenly happening? Since then it is needed? As usual, we
need to understand since when a particular issue occurs, so that we
have some information on whether the patch needs to be backported to
our maintenance branches or not.
Could you have a look?
Thanks!
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-08-13 11:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-12 20:56 [Buildroot] [PATCH 1/1] package/jack2: add host-pkgconf dependency Fabrice Fontaine
2022-08-13 11:04 ` Thomas Petazzoni via buildroot
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.