aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWadim Egorov <w.egorov@phytec.de>2023-10-24 12:32:17 +0200
committerMartin Jansa <martin.jansa@gmail.com>2023-12-03 14:37:44 +0100
commitee5e66ef23f9d4bf42157b22db0085ac00da6e0f (patch)
tree2c12eee25e3053e82c61cd560bca1d4e1aa98e98
parent41a2d0e65575721ef8e44dd0975e5b477688c8aa (diff)
examples: Update qt5-opengles2-test to most recent commit
Include minor fixes and improvements: 293ae5c Add a timeout parameter 9f160a9 Only define precision for OpenGL ES db70e81 Fix assertion failure on startup 3653b2f Merge pull request #1 from sean-anderson-seco/qt5 ee5f190 Avoid unused variable warning dcbf214 Cast doubles to floats explicitly 2816b45 Include QOpenGLFunctions Signed-off-by: Wadim Egorov <w.egorov@phytec.de> Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
-rw-r--r--recipes-qt/examples/qt5-opengles2-test_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/examples/qt5-opengles2-test_git.bb b/recipes-qt/examples/qt5-opengles2-test_git.bb
index f617ee7b..3634fbae 100644
--- a/recipes-qt/examples/qt5-opengles2-test_git.bb
+++ b/recipes-qt/examples/qt5-opengles2-test_git.bb
@@ -13,7 +13,7 @@ DEPENDS = "qtbase qtsensors"
EXCLUDE_FROM_WORLD = "1"
SRC_URI = "git://github.com/smk-embedded/qt5-opengles2-test.git;branch=master;protocol=https"
-SRCREV = "938390507054ed1258345f70ed55770d2fe56176"
+SRCREV = "293ae5cfedf48c97178057932d06db409117e4ad"
S = "${WORKDIR}/git"
inherit qmake5