All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 1/1] package/openjdk: fix alsa-lib dependencies
@ 2019-04-08 18:10 aduskett at gmail.com
  2019-04-08 20:31 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: aduskett at gmail.com @ 2019-04-08 18:10 UTC (permalink / raw)
  To: buildroot

From: Adam Duskett <Aduskett@gmail.com>

OpenJDK requires the following alsa-lib modules to be build:
  - mixer
  - pcm
  - rawmidi
  - seq

Fixes:
http://autobuild.buildroot.net/results/c35/c35d64e659960663c935a31f4cb8ed4180728eb1
http://autobuild.buildroot.net/results/845/845fe32967c9879b6c1adbf0630f358be215e174
Signed-off-by: Adam Duskett <Aduskett@gmail.com>
---
Changes v1 -> v2:
  - Added SOB line.

 package/openjdk/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/openjdk/Config.in b/package/openjdk/Config.in
index 9cd7bffea3..1363587ed5 100644
--- a/package/openjdk/Config.in
+++ b/package/openjdk/Config.in
@@ -26,6 +26,10 @@ config BR2_PACKAGE_OPENJDK
 	depends on BR2_USE_MMU # cups
 	depends on BR2_PACKAGE_XORG7
 	select BR2_PACKAGE_ALSA_LIB
+	select BR2_PACKAGE_ALSA_LIB_MIXER
+	select BR2_PACKAGE_ALSA_LIB_PCM
+	select BR2_PACKAGE_ALSA_LIB_RAWMIDI
+	select BR2_PACKAGE_ALSA_LIB_SEQ
 	select BR2_PACKAGE_CUPS
 	select BR2_PACKAGE_FONTCONFIG
 	select BR2_PACKAGE_GIFLIB
-- 
2.20.1

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

* [Buildroot] [PATCH v2 1/1] package/openjdk: fix alsa-lib dependencies
  2019-04-08 18:10 [Buildroot] [PATCH v2 1/1] package/openjdk: fix alsa-lib dependencies aduskett at gmail.com
@ 2019-04-08 20:31 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2019-04-08 20:31 UTC (permalink / raw)
  To: buildroot

Hello Adam,

On Mon,  8 Apr 2019 14:10:35 -0400
aduskett at gmail.com wrote:

> From: Adam Duskett <Aduskett@gmail.com>
> 
> OpenJDK requires the following alsa-lib modules to be build:
>   - mixer
>   - pcm
>   - rawmidi
>   - seq
> 
> Fixes:
> http://autobuild.buildroot.net/results/c35/c35d64e659960663c935a31f4cb8ed4180728eb1
> http://autobuild.buildroot.net/results/845/845fe32967c9879b6c1adbf0630f358be215e174

Hint: the autobuild URLs can be shorted by dropping the /c35/ and /845/ part of the URLs.

Also, there must be an empty new line to separate the core of the
commit log from the Signed-off-by line.

> Signed-off-by: Adam Duskett <Aduskett@gmail.com>

I've applied after adjusting this.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2019-04-08 20:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-08 18:10 [Buildroot] [PATCH v2 1/1] package/openjdk: fix alsa-lib dependencies aduskett at gmail.com
2019-04-08 20:31 ` Thomas Petazzoni

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.