From 2ad02a18da6d7cca43d583526241da79357673ce Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 31 Aug 2016 19:32:51 +0200 Subject: glmark2: blacklist, fails to build with gcc-6 * needs extra space after " in: ../src/native-state-x11.cpp:63:33: error: invalid suffix on literal; C++11 requires a space between literal and string macro [-Werror=literal-suffix] static const char *win_name("glmark2 "GLMARK_VERSION); ^ Signed-off-by: Martin Jansa --- meta-oe/recipes-benchmark/glmark2/glmark2_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb index d3766d916f..8114833be0 100644 --- a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb +++ b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb @@ -58,3 +58,5 @@ python __anonymous() { d.appendVar("EXTRA_OECONF", " --with-flavors=%s" % ",".join(flavors)) } +# http://errors.yoctoproject.org/Errors/Details/81005/ +PNBLACKLIST[glmark2] ?= "BROKEN: fails to build with gcc-6" -- cgit 1.2.3-korg