diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-02-24 21:20:58 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-03-05 19:31:03 +0100 |
commit | fbf9216fb9753e32618f1bf986e136423171b313 (patch) | |
tree | f7bf976522670826df300b835379aac99936b52c /recipes-qt/qt5/qtserialport_git.bb | |
parent | a036792a6270f18c971baeb72f92abbb91c4d73e (diff) | |
download | meta-qt5-fbf9216fb9753e32618f1bf986e136423171b313.tar.gz |
qt5-git: bump SRCREVs to latest in 'release' branch
* in some components there was just
Bump MODULE_VERSION to 5.2.2
commit but bump them all for consistencty
* we're testing newer revisions in order to narrow some QML issues
we're seeing in runtime
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtserialport_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtserialport_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtserialport_git.bb b/recipes-qt/qt5/qtserialport_git.bb index 028c77fa..3418259b 100644 --- a/recipes-qt/qt5/qtserialport_git.bb +++ b/recipes-qt/qt5/qtserialport_git.bb | |||
@@ -2,4 +2,5 @@ require qt5-git.inc | |||
2 | require ${PN}.inc | 2 | require ${PN}.inc |
3 | 3 | ||
4 | QT_MODULE_BRANCH = "release" | 4 | QT_MODULE_BRANCH = "release" |
5 | SRCREV = "29e526ad5c1e2fe0996ba0a776d83ec86f7197d7" | 5 | # v5.2.1 + 28 commits |
6 | SRCREV = "03546732fa696467d23b24224fad2822bc6a9043" | ||