[oe-commits] [meta-openembedded] 77/83: glmark2: blacklist, fails to build with gcc-6

git at git.openembedded.org git at git.openembedded.org
Thu Sep 1 12:15:10 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit b8fe56dc621da397a13a2e9bd3a92f35cb66c0a6
Author: Martin Jansa <Martin.Jansa at gmail.com>
AuthorDate: Wed Aug 31 19:32:51 2016 +0200

    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 <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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list