diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-06 11:56:34 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-28 18:19:44 +0200 |
commit | 34bf6934ea3a51e6ed9cd71616501c9d1f5e52ee (patch) | |
tree | 44d6c762732917e50d43722776fde451c78dd9e7 /recipes-qt/qt5/qtsystems_git.bb | |
parent | 1496c6ba34bf95bce67504c72edace1bc2c0a64e (diff) | |
download | meta-qt5-34bf6934ea3a51e6ed9cd71616501c9d1f5e52ee.tar.gz |
qt3d, qtjsondb, qtlocation, qtsensors, qtsystems: bump SRCREV to latest
* WARN: because these modules weren't released yet, we need to make sure to
use SRCREV compatible with selected PV for other modules, old revisions
were compatible with 5.0.[01], I need to test these new SRCREVs to test
git versions
* tested with 5.0.2 and 5.0.2+git%
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtsystems_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtsystems_git.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes-qt/qt5/qtsystems_git.bb b/recipes-qt/qt5/qtsystems_git.bb index e5de6d2b..d73a9996 100644 --- a/recipes-qt/qt5/qtsystems_git.bb +++ b/recipes-qt/qt5/qtsystems_git.bb | |||
@@ -1,9 +1,11 @@ | |||
1 | require qt5-git.inc | 1 | require qt5-git.inc |
2 | require ${PN}.inc | 2 | require ${PN}.inc |
3 | 3 | ||
4 | PR = "${INC_PR}.0" | ||
5 | |||
6 | # qtsystems wasn't released yet, last tag before this SRCREV is 5.0.0-beta1 | 4 | # qtsystems wasn't released yet, last tag before this SRCREV is 5.0.0-beta1 |
7 | PV = "4.999+5.0.0-beta1+git${SRCPV}" | 5 | PV = "4.999+5.0.0-beta1+git${SRCPV}" |
8 | 6 | ||
9 | SRCREV = "2dbaae64ccd0fa3646d68d77cbc9baac7d3bde2e" | 7 | PR = "${INC_PR}.0" |
8 | |||
9 | QT_MODULE_BRANCH = "master" | ||
10 | |||
11 | SRCREV = "701442ad6358b9f27978aafae82074124468f88c" | ||