diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2016-01-13 16:37:50 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2016-01-19 07:18:10 +0000 |
commit | 13ba6e84742d5c3d08b7a650968eb2e4bed144dd (patch) | |
tree | d85497fe20492d8f8376ac491faf77c24e521aca | |
parent | ad6dfe6b1474da24884c469f78bdab8c080e936d (diff) | |
download | meta-boot2qt-13ba6e84742d5c3d08b7a650968eb2e4bed144dd.tar.gz |
qtvirtualkeyboard: repository is now public
Change-Id: Ia063d7a5d04b8ff679d8b4743e5c5eea148d489b
Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
-rw-r--r-- | recipes-qt/qt5-addons/qtvirtualkeyboard_git.bb (renamed from recipes-qt/qt5-addons/qtvirtualkeyboard_2.0.bb) | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/recipes-qt/qt5-addons/qtvirtualkeyboard_2.0.bb b/recipes-qt/qt5-addons/qtvirtualkeyboard_git.bb index d153006..6187a68 100644 --- a/recipes-qt/qt5-addons/qtvirtualkeyboard_2.0.bb +++ b/recipes-qt/qt5-addons/qtvirtualkeyboard_git.bb | |||
@@ -24,16 +24,10 @@ DESCRIPTION = "Qt Virtual Keyboard" | |||
24 | LICENSE = "QtEnterprise" | 24 | LICENSE = "QtEnterprise" |
25 | LIC_FILES_CHKSUM = "file://src/virtualkeyboard/plugin.cpp;md5=8913d0b71519756d2e83db02b9629bbd;beginline=1;endline=17" | 25 | LIC_FILES_CHKSUM = "file://src/virtualkeyboard/plugin.cpp;md5=8913d0b71519756d2e83db02b9629bbd;beginline=1;endline=17" |
26 | 26 | ||
27 | inherit qt5-module qtquickcompiler sdk-sources | 27 | inherit qt5-module qtquickcompiler |
28 | 28 | require recipes-qt/qt5/qt5-git.inc | |
29 | SRC_URI = " \ | ||
30 | git://codereview.qt-project.org/qt/tqtc-qtvirtualkeyboard;branch=${BRANCH};protocol=ssh;sdk-uri=EnterpriseAddOns/QtVirtualKeyboard/2.0/Src \ | ||
31 | " | ||
32 | 29 | ||
33 | SRCREV = "91273471991b8f1097780f8171f19e7efc622be5" | 30 | SRCREV = "91273471991b8f1097780f8171f19e7efc622be5" |
34 | BRANCH = "5.6" | ||
35 | |||
36 | S = "${WORKDIR}/git" | ||
37 | 31 | ||
38 | DEPENDS = "qtbase qtdeclarative qtsvg hunspell" | 32 | DEPENDS = "qtbase qtdeclarative qtsvg hunspell" |
39 | 33 | ||