All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 1/1] package/alsa-utils: update dependency for topology support
@ 2022-11-11 20:29 Bernd Kuhls
  2022-11-11 22:52 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2022-11-11 20:29 UTC (permalink / raw)
  To: buildroot

This is a follow-up patch for
https://git.busybox.net/buildroot/commit/?id=28497102e1788df3628bd3324a3304a03c7942d0
which created a new option for topology support in alsa-lib, this
dependency was not ported over to alsa-utils.

Fixes:
http://autobuild.buildroot.net/results/a9c9f5157365efe8271bf69dab0d5a5532b196ea/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
v2: Updated dependency handling (Thomas)

 package/alsa-utils/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/alsa-utils/Config.in b/package/alsa-utils/Config.in
index 555f06fd21..3429d0b406 100644
--- a/package/alsa-utils/Config.in
+++ b/package/alsa-utils/Config.in
@@ -46,6 +46,7 @@ config BR2_PACKAGE_ALSA_UTILS_ALSAUCM
 config BR2_PACKAGE_ALSA_UTILS_ALSATPLG
 	bool "alsatplg"
 	depends on !BR2_STATIC_LIBS # dlfcn.h
+	select BR2_PACKAGE_ALSA_LIB_TOPOLOGY
 
 comment "alsatplg needs a toolchain w/ dynamic library"
 	depends on BR2_STATIC_LIBS
-- 
2.34.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 v2 1/1] package/alsa-utils: update dependency for topology support
  2022-11-11 20:29 [Buildroot] [PATCH v2 1/1] package/alsa-utils: update dependency for topology support Bernd Kuhls
@ 2022-11-11 22:52 ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-11-11 22:52 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot

On Fri, 11 Nov 2022 21:29:21 +0100
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

> This is a follow-up patch for
> https://git.busybox.net/buildroot/commit/?id=28497102e1788df3628bd3324a3304a03c7942d0
> which created a new option for topology support in alsa-lib, this
> dependency was not ported over to alsa-utils.
> 
> Fixes:
> http://autobuild.buildroot.net/results/a9c9f5157365efe8271bf69dab0d5a5532b196ea/
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> v2: Updated dependency handling (Thomas)

Applied to master, thanks.

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] 2+ messages in thread

end of thread, other threads:[~2022-11-11 22:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-11 20:29 [Buildroot] [PATCH v2 1/1] package/alsa-utils: update dependency for topology support Bernd Kuhls
2022-11-11 22:52 ` 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.