summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-05-06 12:18:40 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2017-05-23 15:49:36 +0200
commit3566ddf580ec9e2a5ad191306de732cd36c80d12 (patch)
treecbe81a7f86aee141cce8db39e3dcd8626f118705 /meta-oe/recipes-benchmark
parentf6ef2b4a253a89ee371225dc779ce4f972441deb (diff)
downloadmeta-openembedded-3566ddf580ec9e2a5ad191306de732cd36c80d12.tar.gz
glmark2: Update to latest and fix build on pi
when using userland it does not work since it needs libgbm from mesa. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark')
-rw-r--r--meta-oe/recipes-benchmark/glmark2/glmark2_git.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
index eabe75db2..c7896f8f8 100644
--- a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
+++ b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
@@ -12,13 +12,14 @@ DEPENDS = "libpng jpeg"
12 12
13PV = "2014.03+${SRCPV}" 13PV = "2014.03+${SRCPV}"
14 14
15SRC_URI = " \ 15COMPATIBLE_HOST_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '.*-linux*', 'null', d)}"
16 git://github.com/glmark2/glmark2.git;protocol=https \ 16
17SRC_URI = "git://github.com/glmark2/glmark2.git;protocol=https \
17 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 \
18 file://0001-Fix-wl_surface-should-be-destoryed-after-the-wl_wind.patch \ 19 file://0001-Fix-wl_surface-should-be-destoryed-after-the-wl_wind.patch \
19 file://Fix-configure-for-sqrt-check.patch \ 20 file://Fix-configure-for-sqrt-check.patch \
20" 21"
21SRCREV = "f413c5b423250b4fde8f95639ad368d5b02c5b9b" 22SRCREV = "7215c0f337dae0b232535549c37fca441747a891"
22 23
23S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"
24 25