* 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.ja...@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

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to