[oe-commits] [meta-openembedded] 02/02: glmark2: Upgrade SRCREV to latest

git at git.openembedded.org git at git.openembedded.org
Sat Aug 10 19:39:14 UTC 2019


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

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

commit c007f5260afcbda1af4567d94c03f3e6ae1ef10b
Author: Roman Stratiienko <roman.stratiienko at globallogic.com>
AuthorDate: Sat Aug 10 20:41:16 2019 +0300

    glmark2: Upgrade SRCREV to latest
    
    Fixes QA Issue: /usr/bin/glmark2-es2-drm contained in package glmark2 requires
    libgbm.so, libEGL.so, libGLESv2.so, but no providers found in RDEPENDS_glmark2.
    
    Fixes missing libraries listed above at runtime in glmark2-es2-drm.
    
    Signed-off-by: Roman Stratiienko <roman.stratiienko at globallogic.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-benchmark/glmark2/glmark2_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
index 7ed5cd0..6054176 100644
--- a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
+++ b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
@@ -15,7 +15,7 @@ PV = "20190205+${SRCPV}"
 COMPATIBLE_HOST_rpi  = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '.*-linux*', 'null', d)}"
 
 SRC_URI = "git://github.com/glmark2/glmark2.git;protocol=https"
-SRCREV = "0c90dd48df43a6b0db1d9aabca6298240f4968f7"
+SRCREV = "c17fd14505f30d9e4dbad276f7aa956fd21a637b"
 
 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