[oe] [meta-oe][PATCH 08/11] glmark2: blacklist, fails to build with gcc-6

Martin Jansa martin.jansa at gmail.com
Wed Aug 31 19:41:03 UTC 2016


* 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 <Martin.Jansa at gmail.com>
---
 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 3a1c2e2..c6a4584 100644
--- a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
+++ b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
@@ -53,3 +53,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"
-- 
2.9.2




More information about the Openembedded-devel mailing list