diff options
author | Joshua Watt <jpewhacker@gmail.com> | 2020-03-10 14:50:25 -0500 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-03-10 13:49:35 -0700 |
commit | 72d403364c3a23415cd137d30f0c0d3357bdf5af (patch) | |
tree | 0c787f387c9ac095232e454b51a12c9f41b6f750 /meta-oe/recipes-benchmark/glmark2 | |
parent | a4b0a7ca9adac6dba83c3f638884322caaebe79e (diff) | |
download | meta-openembedded-72d403364c3a23415cd137d30f0c0d3357bdf5af.tar.gz |
glmark2: Update to latest version
Updates to the most recent version of glmark2. In particular, this fixes
problems where the benchmark would fail to start due to improper
handling of EGL_NO_DISPLAY with EGL 1.5
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark/glmark2')
-rw-r--r-- | meta-oe/recipes-benchmark/glmark2/glmark2_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb index 50b553c80..6d20bbdaf 100644 --- a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb +++ b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb | |||
@@ -10,13 +10,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | |||
10 | 10 | ||
11 | DEPENDS = "libpng jpeg udev" | 11 | DEPENDS = "libpng jpeg udev" |
12 | 12 | ||
13 | PV = "20190904+${SRCPV}" | 13 | PV = "20191226+${SRCPV}" |
14 | 14 | ||
15 | COMPATIBLE_HOST_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '.*-linux*', 'null', d)}" | 15 | COMPATIBLE_HOST_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '.*-linux*', 'null', d)}" |
16 | 16 | ||
17 | SRC_URI = "git://github.com/glmark2/glmark2.git;protocol=https \ | 17 | SRC_URI = "git://github.com/glmark2/glmark2.git;protocol=https \ |
18 | file://python3.patch" | 18 | file://python3.patch" |
19 | SRCREV = "24a1139dcbfd86bd02065316eaa90559e39374e1" | 19 | SRCREV = "72dabc5d72b49c6d45badeb8a941ba4d829b0bd6" |
20 | 20 | ||
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
22 | 22 | ||