summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-11-09 11:53:30 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-11-13 10:04:03 +0100
commit54f3f58b2b86f024678ab983f671f93d00ea8ec3 (patch)
treeece79867d344c22510f1a352c8fa9a8fafdfb490
parent74128856f4f4f1e2fba5f8c7de19ba2243c893b5 (diff)
downloadbuildroot-54f3f58b2b86f024678ab983f671f93d00ea8ec3.tar.gz
buildroot-54f3f58b2b86f024678ab983f671f93d00ea8ec3.zip
schifra: mark as broken
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>
-rw-r--r--package/schifra/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/schifra/Config.in b/package/schifra/Config.in
index 486f92d17e..a3f699a80f 100644
--- a/package/schifra/Config.in
+++ b/package/schifra/Config.in
@@ -1,6 +1,10 @@
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
@@ -18,4 +22,5 @@ config BR2_PACKAGE_SCHIFRA_EXAMPLES
endif
comment "schifra needs a toolchain w/ C++"
+ depends on BR2_BROKEN
depends on !BR2_INSTALL_LIBSTDCPP
OpenPOWER on IntegriCloud