diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-05-17 21:55:14 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-21 14:12:35 +0200 |
commit | 8525f31981cb387709619129459eb82aec11f4b0 (patch) | |
tree | 5f25147a9bd6ff91c8b8501923cf1ab044845cc9 /recipes-qt/examples | |
parent | 378dfc20ad0e024412da7f3be22efe04c3421c6d (diff) | |
download | meta-qt5-8525f31981cb387709619129459eb82aec11f4b0.tar.gz |
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>
Diffstat (limited to 'recipes-qt/examples')
-rw-r--r-- | recipes-qt/examples/qt5-opengles2-test_git.bb | 6 |
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." | |||
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://${WORKDIR}/git/main.cpp;beginline=1;endline=26;md5=93b83ece006c9e76b9fca80c3aecb169" | 6 | LIC_FILES_CHKSUM = "file://${WORKDIR}/git/main.cpp;beginline=1;endline=26;md5=93b83ece006c9e76b9fca80c3aecb169" |
7 | 7 | ||
8 | PV = "1.0.2+gitr${SRCPV}" | 8 | PV = "1.0.4+gitr${SRCPV}" |
9 | 9 | ||
10 | DEPENDS = "qtbase" | 10 | DEPENDS = "qtbase qtsensors" |
11 | 11 | ||
12 | # Depends on gles2 enabled and that's not default configuration | 12 | # Depends on gles2 enabled and that's not default configuration |
13 | EXCLUDE_FROM_WORLD = "1" | 13 | EXCLUDE_FROM_WORLD = "1" |
14 | 14 | ||
15 | SRC_URI = "git://github.com/thp/qt5-opengles2-test.git" | 15 | SRC_URI = "git://github.com/thp/qt5-opengles2-test.git" |
16 | SRCREV = "9500c00a7094a881e53afd71146d76d40834df45" | 16 | SRCREV = "3fa3789c28658b6f0bbddc3105f575f1074e87f2" |
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||
19 | inherit qmake5 | 19 | inherit qmake5 |