mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
libcdaudio: disable on nios2, binutils assertion failure
Fixes: http://autobuild.buildroot.org/results/539/5397c51bc6915a082e873dee2d298f433172ef4d/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
@@ -252,6 +252,7 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_BZ2
|
||||
|
||||
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_CDAUDIO
|
||||
bool "cdaudio"
|
||||
depends on !BR2_nios2 # libcdaudio
|
||||
select BR2_PACKAGE_LIBCDAUDIO
|
||||
|
||||
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_CURL
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
config BR2_PACKAGE_LIBCDAUDIO
|
||||
bool "libcdaudio"
|
||||
# binutils assertion failure
|
||||
depends on !BR2_nios2
|
||||
help
|
||||
libcdaudio is a library designed to provide functions to
|
||||
control operation of a CD-ROM when playing audio CDs. It
|
||||
|
||||
Reference in New Issue
Block a user