From 913d1ea5d1b6684f24566acf96b4930b678daf97 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Tue, 8 Nov 2016 00:49:56 +0100 Subject: glmark: update to latest sources MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With mesa 13.0.0 glmark-es2 crashed at the terrain part. This bug was fixed in the latest commit. See further details at [1]. [1] https://github.com/glmark2/glmark2/issues/25 Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa --- meta-oe/recipes-benchmark/glmark2/glmark2_git.bb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'meta-oe/recipes-benchmark/glmark2/glmark2_git.bb') diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb index a2558a72a..e8ccf3799 100644 --- a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb +++ b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb @@ -12,13 +12,13 @@ DEPENDS = "libpng12 jpeg" PV = "2014.03+${SRCPV}" -SRC_URI = "git://github.com/glmark2/glmark2.git;protocol=https \ - file://build-Check-packages-to-be-used-by-the-enabled-flavo.patch \ - file://0001-Fix-wl_surface-should-be-destoryed-after-the-wl_wind.patch \ - file://Fix-build-error-due-missing-space-before-macro.patch \ - file://Fix-configure-for-sqrt-check.patch \ - file://Fix-deprecated-declarations.patch" -SRCREV = "fa71af2dfab711fac87b9504b6fc9862f44bf72a" +SRC_URI = " \ + git://github.com/glmark2/glmark2.git;protocol=https \ + file://build-Check-packages-to-be-used-by-the-enabled-flavo.patch \ + file://0001-Fix-wl_surface-should-be-destoryed-after-the-wl_wind.patch \ + file://Fix-configure-for-sqrt-check.patch \ +" +SRCREV = "f413c5b423250b4fde8f95639ad368d5b02c5b9b" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf