summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2020-12-03 23:08:28 -0500
committerKhem Raj <raj.khem@gmail.com>2020-12-03 22:32:56 -0800
commit5958cfcf998079493801de1de967fbe7e20ab7bd (patch)
tree85435bb8dcdd1c962de3ee2b8210663ab06127a7
parent09008b389df16490983d760c93e628b3e9b6074d (diff)
downloadmeta-openembedded-5958cfcf998079493801de1de967fbe7e20ab7bd.tar.gz
glmark2: update to latest
Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-benchmark/glmark2/glmark2_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
index 320d07dfc5..2092305726 100644
--- a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
+++ b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
@@ -9,13 +9,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
9 file://COPYING.SGI;beginline=5;md5=269cdab4af6748677acce51d9aa13552" 9 file://COPYING.SGI;beginline=5;md5=269cdab4af6748677acce51d9aa13552"
10 10
11DEPENDS = "libpng jpeg udev" 11DEPENDS = "libpng jpeg udev"
12DEPENDS_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland-native', '', d)}"
12 13
13PV = "20191226+${SRCPV}" 14PV = "2020.11+${SRCPV}"
14 15
15COMPATIBLE_HOST_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '.*-linux*', 'null', d)}" 16COMPATIBLE_HOST_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '.*-linux*', 'null', d)}"
16 17
17SRC_URI = "git://github.com/glmark2/glmark2.git;protocol=https" 18SRC_URI = "git://github.com/glmark2/glmark2.git;protocol=https"
18SRCREV = "72dabc5d72b49c6d45badeb8a941ba4d829b0bd6" 19SRCREV = "784aca755a469b144acf3cae180b6e613b7b057a"
19 20
20S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
21 22