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.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
index 85d7bf16e0..4c5e0567b9 100644
--- a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
+++ b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
@@ -8,18 +8,17 @@ LICENSE = "GPLv3+ & SGIv1"
8LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ 8LIC_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" 11DEPENDS = "libpng jpeg udev"
12 12
13PV = "2014.03+${SRCPV}" 13PV = "2017.07+${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 \
18 file://build-Check-packages-to-be-used-by-the-enabled-flavo.patch \ 18 file://build-Check-packages-to-be-used-by-the-enabled-flavo.patch \
19 file://0001-Fix-wl_surface-should-be-destoryed-after-the-wl_wind.patch \
20 file://Fix-configure-for-sqrt-check.patch \ 19 file://Fix-configure-for-sqrt-check.patch \
21" 20"
22SRCREV = "9b1070fe9c5cf908f323909d3c8cbed08022abe8" 21SRCREV = "182dcbffe5c8483eadff025b429ee1aacc69c6c2"
23 22
24S = "${WORKDIR}/git" 23S = "${WORKDIR}/git"
25 24