diff options
author | Nikolay Nizov <nizovn@gmail.com> | 2014-10-07 22:44:21 +0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-10-21 15:33:05 +0200 |
commit | 9a4c0b393bf031acace5c2cc00d625a24c639d1c (patch) | |
tree | 14c81dee162736988c8849d5fdca7c7bd763058f | |
parent | b62bda97802a3c79586e4e1c7b31f95e617cc0c8 (diff) | |
download | meta-qt5-9a4c0b393bf031acace5c2cc00d625a24c639d1c.tar.gz |
maliit-framework-qt5: Update SRCREV
This update is needed to include fix for segfaults when change keyboard
focus while having selection.
See http://issues.webos-ports.org/issues/673 for example.
This will update SRCREV for one(also the latest) commit from master branch.
Signed-off-by: Nikolay Nizov <nizovn@gmail.com>
-rw-r--r-- | recipes-qt/maliit/maliit-framework-qt5_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/maliit/maliit-framework-qt5_git.bb b/recipes-qt/maliit/maliit-framework-qt5_git.bb index 3ef56ec8..490670d9 100644 --- a/recipes-qt/maliit/maliit-framework-qt5_git.bb +++ b/recipes-qt/maliit/maliit-framework-qt5_git.bb | |||
@@ -12,7 +12,7 @@ SRC_URI = "git://github.com/maliit/framework.git;branch=master \ | |||
12 | file://qt5.3-fix.patch \ | 12 | file://qt5.3-fix.patch \ |
13 | " | 13 | " |
14 | 14 | ||
15 | SRCREV = "dbc0403f329d7f6ce2f5a09e6ff5adbd2548a8c9" | 15 | SRCREV = "17fdf8699c53ddfb2c15df8e11d46804e782fec5" |
16 | PV = "0.99.0+git${SRCPV}" | 16 | PV = "0.99.0+git${SRCPV}" |
17 | 17 | ||
18 | 18 | ||