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:
parent
da7f56d813
commit
53b5374c2f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user