diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2018-04-18 12:17:24 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2018-04-20 10:06:37 +0000 |
commit | 35f8981b11b4fcc7789f86fe2beed3f8841ee88d (patch) | |
tree | 61421f2456830dca3152b3dcdd2c370810c322a1 /recipes-qt/qt5/qtvirtualkeyboard_git.bb | |
parent | 5bbfbca70586922b9b3f62878f46bc7260f42135 (diff) | |
download | meta-qt5-35f8981b11b4fcc7789f86fe2beed3f8841ee88d.tar.gz |
qt5: upgrade to 5.11 beta3+
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtvirtualkeyboard_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtvirtualkeyboard_git.bb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/recipes-qt/qt5/qtvirtualkeyboard_git.bb b/recipes-qt/qt5/qtvirtualkeyboard_git.bb index b89aae9b..f8759f1e 100644 --- a/recipes-qt/qt5/qtvirtualkeyboard_git.bb +++ b/recipes-qt/qt5/qtvirtualkeyboard_git.bb | |||
@@ -6,10 +6,6 @@ LIC_FILES_CHKSUM = " \ | |||
6 | file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \ | 6 | file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \ |
7 | " | 7 | " |
8 | 8 | ||
9 | # Patches from https://github.com/meta-qt5/qtvirtualkeyboard/commits/b5.11 | ||
10 | # 5.11.meta-qt5.1 | ||
11 | SRC_URI += "file://0001-include-sys-time.h-for-timeval.patch" | ||
12 | |||
13 | # To enabled Nuance T9 Write support, you need to provide the licensed components | 9 | # To enabled Nuance T9 Write support, you need to provide the licensed components |
14 | # and enable "t9write" in PACKAGECONFIG. This can be done in a separate .bbappend file. | 10 | # and enable "t9write" in PACKAGECONFIG. This can be done in a separate .bbappend file. |
15 | # for example: | 11 | # for example: |
@@ -53,4 +49,4 @@ FILES_${PN} += "${OE_QMAKE_PATH_DATA}/qtvirtualkeyboard/lipi_toolkit" | |||
53 | 49 | ||
54 | DEPENDS += "qtbase qtdeclarative qtmultimedia qtquickcontrols qtsvg qtxmlpatterns qtdeclarative-native" | 50 | DEPENDS += "qtbase qtdeclarative qtmultimedia qtquickcontrols qtsvg qtxmlpatterns qtdeclarative-native" |
55 | 51 | ||
56 | SRCREV = "9055bd56653d2e488b52c66d884109fcccd23c2d" | 52 | SRCREV = "14f4ea59491e40e7f95df9d7307433ef2c249ab5" |