summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-benchmark/glmark2/glmark2_git.bb4
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 d590b0501..8b767463b 100644
--- a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
+++ b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
@@ -10,12 +10,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
10 10
11DEPENDS = "libpng jpeg udev" 11DEPENDS = "libpng jpeg udev"
12 12
13PV = "20190205+${SRCPV}" 13PV = "20190904+${SRCPV}"
14 14
15COMPATIBLE_HOST_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '.*-linux*', 'null', d)}" 15COMPATIBLE_HOST_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '.*-linux*', 'null', d)}"
16 16
17SRC_URI = "git://github.com/glmark2/glmark2.git;protocol=https" 17SRC_URI = "git://github.com/glmark2/glmark2.git;protocol=https"
18SRCREV = "c17fd14505f30d9e4dbad276f7aa956fd21a637b" 18SRCREV = "24a1139dcbfd86bd02065316eaa90559e39374e1"
19 19
20S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
21 21