54f3f58b2b
There are many build failures caused by schifra, due to upstream changing the tarball without doing new releases. Since has been an on-going problem for some time, and is now the #1 issue in the autobuilders. So let's mark this package broken, until someone cares enough to fix it, or until we remove it. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
27 lines
752 B
Plaintext
27 lines
752 B
Plaintext
config BR2_PACKAGE_SCHIFRA
|
|
bool "schifra"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
# Upstream keep changing the tarball without doing new
|
|
# releases. This is not acceptable for Buildroot, as
|
|
# reproducible builds are very important.
|
|
depends on BR2_BROKEN
|
|
help
|
|
Schifra is a very robust, highly optimized and extremely configurable
|
|
Reed-Solomon error correcting code library for both software and IP
|
|
core based applications with implementations in C++ and VHDL.
|
|
|
|
http://www.schifra.com/
|
|
|
|
if BR2_PACKAGE_SCHIFRA
|
|
|
|
config BR2_PACKAGE_SCHIFRA_EXAMPLES
|
|
bool "schifra examples"
|
|
help
|
|
Build and install the schifra example applications.
|
|
|
|
endif
|
|
|
|
comment "schifra needs a toolchain w/ C++"
|
|
depends on BR2_BROKEN
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|