diff mbox series

[1/2] package/mpd: soundcloud feature requires curl

Message ID 20190809200545.10188-1-joerg.krause@embedded.rocks
State Not Applicable
Headers show
Series [1/2] package/mpd: soundcloud feature requires curl | expand

Commit Message

Jörg Krause Aug. 9, 2019, 8:05 p.m. UTC
MPD switched from the Autotools to the Meson build system. The Autotools
configure did not check for curl when enabling the Soundcloud feature, but the
Meson configuration script does.

Fixes:
http://autobuild.buildroot.org/results/eef/eefe8c6816d9504e8997483abcf7b1327260409c
http://autobuild.buildroot.org/results/95d/95d3a9ee41b0f68f59c1f6b35fb35506f53e3bb9
http://autobuild.buildroot.org/results/dd5/dd5083bacd4fc00f0a1b9d47569943434cc5a5ec
http://autobuild.buildroot.org/results/bea/bea73f76ce8056411499cf5c7daf70a26e182226
.. and more.

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
---
 package/mpd/Config.in | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni Aug. 9, 2019, 8:39 p.m. UTC | #1
On Fri,  9 Aug 2019 22:05:44 +0200
Jörg Krause <joerg.krause@embedded.rocks> wrote:

> MPD switched from the Autotools to the Meson build system. The Autotools
> configure did not check for curl when enabling the Soundcloud feature, but the
> Meson configuration script does.
> 
> Fixes:
> http://autobuild.buildroot.org/results/eef/eefe8c6816d9504e8997483abcf7b1327260409c
> http://autobuild.buildroot.org/results/95d/95d3a9ee41b0f68f59c1f6b35fb35506f53e3bb9
> http://autobuild.buildroot.org/results/dd5/dd5083bacd4fc00f0a1b9d47569943434cc5a5ec
> http://autobuild.buildroot.org/results/bea/bea73f76ce8056411499cf5c7daf70a26e182226
> .. and more.
> 
> Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
> ---
>  package/mpd/Config.in | 1 +
>  1 file changed, 1 insertion(+)

Thanks, but Fabrice sent exactly identical patches a few hours earlier,
so I'm applying Fabrice patches.

Thanks!

Thomas
diff mbox series

Patch

diff --git a/package/mpd/Config.in b/package/mpd/Config.in
index 84698b1702..c751174f9d 100644
--- a/package/mpd/Config.in
+++ b/package/mpd/Config.in
@@ -47,6 +47,7 @@  config BR2_PACKAGE_MPD_QOBUZ
 
 config BR2_PACKAGE_MPD_SOUNDCLOUD
 	bool "soundcloud"
+	select BR2_PACKAGE_MPD_CURL
 	select BR2_PACKAGE_YAJL
 	help
 	  Enable soundcloud.com playlist support.