blob: a3f699a80fb01afe7b8eb1f164d132881631a638 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
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
|