aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2016-06-08 15:44:38 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2016-06-13 19:06:45 +0200
commit33fc64cef710a66f1c06d184cb6abaf467424d47 (patch)
treee90f19b9f802f82d38f923e570799ab12c03db96 /meta-oe/recipes-benchmark
parent25a78e55e961197fd182afc8e21942bbbd8b4d59 (diff)
downloadmeta-openembedded-contrib-33fc64cef710a66f1c06d184cb6abaf467424d47.tar.gz
faac, iperf, crash, espeak, open-vcdiff: blacklist, fails to build with gcc-6
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark')
-rw-r--r--meta-oe/recipes-benchmark/iperf/iperf_2.0.5.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-benchmark/iperf/iperf_2.0.5.bb b/meta-oe/recipes-benchmark/iperf/iperf_2.0.5.bb
index 4e667928fe..b9709f10ad 100644
--- a/meta-oe/recipes-benchmark/iperf/iperf_2.0.5.bb
+++ b/meta-oe/recipes-benchmark/iperf/iperf_2.0.5.bb
@@ -17,3 +17,6 @@ S = "${WORKDIR}/${BP}"
inherit autotools pkgconfig
EXTRA_OECONF = "--exec-prefix=${STAGING_DIR_HOST}${layout_exec_prefix}"
+
+# http://errors.yoctoproject.org/Errors/Details/68671/
+PNBLACKLIST[iperf] ?= "BROKEN: fails to build with gcc-6"