aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-05-17 21:55:14 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2015-06-04 12:07:31 +0200
commit3d9bf2e8fee3513551680e301378132ab161e593 (patch)
treed2ceb00eb0b1b371936f76bbee49de3f7ebb308b
parentad2bf46cbfca595b6376e0f06963e60dd2650e8a (diff)
qt5-opengles2-test: Upgrade to latest tip
Fix dependencies on the way Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes-qt/examples/qt5-opengles2-test_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-qt/examples/qt5-opengles2-test_git.bb b/recipes-qt/examples/qt5-opengles2-test_git.bb
index 0756e622..f763912d 100644
--- a/recipes-qt/examples/qt5-opengles2-test_git.bb
+++ b/recipes-qt/examples/qt5-opengles2-test_git.bb
@@ -5,15 +5,15 @@ window focus handling and some other game-related features."
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${WORKDIR}/git/main.cpp;beginline=1;endline=26;md5=93b83ece006c9e76b9fca80c3aecb169"
-PV = "1.0.2+gitr${SRCPV}"
+PV = "1.0.4+gitr${SRCPV}"
-DEPENDS = "qtbase"
+DEPENDS = "qtbase qtsensors"
# Depends on gles2 enabled and that's not default configuration
EXCLUDE_FROM_WORLD = "1"
SRC_URI = "git://github.com/thp/qt5-opengles2-test.git"
-SRCREV = "9500c00a7094a881e53afd71146d76d40834df45"
+SRCREV = "3fa3789c28658b6f0bbddc3105f575f1074e87f2"
S = "${WORKDIR}/git"
inherit qmake5