[oe-commits] [meta-openembedded] 16/49: glmark2: Update to latest and fix build on pi

git at git.openembedded.org git at git.openembedded.org
Wed May 17 17:18:39 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit fa7099def39bae9bd3e5a821da745b3342d70e69
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sat May 6 12:18:40 2017 -0700

    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 at gmail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-benchmark/glmark2/glmark2_git.bb | 7 ++++---
 1 file 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 eabe75d..c7896f8 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"
 
 PV = "2014.03+${SRCPV}"
 
-SRC_URI = " \
-    git://github.com/glmark2/glmark2.git;protocol=https \
+COMPATIBLE_HOST_rpi  = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '.*-linux*', 'null', d)}"
+
+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"
+SRCREV = "7215c0f337dae0b232535549c37fca441747a891"
 
 S = "${WORKDIR}/git"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list