diff options
Diffstat (limited to 'meta-oe/recipes-benchmark')
-rw-r--r-- | meta-oe/recipes-benchmark/glmark2/glmark2_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb index e29921b52..9c5ef1810 100644 --- a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb +++ b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb | |||
@@ -50,3 +50,6 @@ python __anonymous() { | |||
50 | if flavors: | 50 | if flavors: |
51 | d.appendVar("EXTRA_OECONF", " --with-flavors=%s" % ",".join(flavors)) | 51 | d.appendVar("EXTRA_OECONF", " --with-flavors=%s" % ",".join(flavors)) |
52 | } | 52 | } |
53 | |||
54 | # http://errors.yoctoproject.org/Errors/Details/68626/ | ||
55 | PNBLACKLIST[glmark2] ?= "BROKEN: fails to build with gcc-6" | ||