summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-benchmark/glmark2/glmark2_git.bb')
-rw-r--r--meta-oe/recipes-benchmark/glmark2/glmark2_git.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
index 9c5ef1810d..18267e96f7 100644
--- a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
+++ b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
@@ -14,7 +14,8 @@ PV = "2014.03+${SRCPV}"
14 14
15SRC_URI = "git://github.com/glmark2/glmark2.git;protocol=https \ 15SRC_URI = "git://github.com/glmark2/glmark2.git;protocol=https \
16 file://build-Check-packages-to-be-used-by-the-enabled-flavo.patch \ 16 file://build-Check-packages-to-be-used-by-the-enabled-flavo.patch \
17 file://0001-Fix-wl_surface-should-be-destoryed-after-the-wl_wind.patch" 17 file://0001-Fix-wl_surface-should-be-destoryed-after-the-wl_wind.patch \
18 file://Fix-configure-for-sqrt-check.patch"
18SRCREV = "fa71af2dfab711fac87b9504b6fc9862f44bf72a" 19SRCREV = "fa71af2dfab711fac87b9504b6fc9862f44bf72a"
19 20
20S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
@@ -51,5 +52,3 @@ python __anonymous() {
51 d.appendVar("EXTRA_OECONF", " --with-flavors=%s" % ",".join(flavors)) 52 d.appendVar("EXTRA_OECONF", " --with-flavors=%s" % ",".join(flavors))
52} 53}
53 54
54# http://errors.yoctoproject.org/Errors/Details/68626/
55PNBLACKLIST[glmark2] ?= "BROKEN: fails to build with gcc-6"