Bump buildroot to 2019.02
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
From aef55eb7b3470ba6dee4abc67acda1d308c90e97 Mon Sep 17 00:00:00 2001
|
||||
From: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
|
||||
Date: Mon, 4 Apr 2016 14:25:54 +0200
|
||||
Subject: [PATCH 1/1] remove weird install path for example
|
||||
|
||||
the deployment system on top should deal with this.
|
||||
|
||||
Upstream-Status: Backport [with adaptations]
|
||||
Change-Id: I1befb3e0c9bb6546afc59a40e525d1d600475a86
|
||||
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
|
||||
Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>
|
||||
[gportay: update basic.pro path]
|
||||
---
|
||||
examples/virtualkeyboard/basic/basic.pro | 8 ++-----
|
||||
1 file changed, 2 insertions(+), 6 deletions(-)
|
||||
|
||||
diff --git a/examples/virtualkeyboard/basic/basic.pro b/examples/virtualkeyboard/basic/basic.pro
|
||||
index 28cc4dc..0f71e0e 100644
|
||||
--- a/examples/virtualkeyboard/basic/basic.pro
|
||||
+++ b/examples/virtualkeyboard/basic/basic.pro
|
||||
@@ -7,12 +7,8 @@ static {
|
||||
QT += svg
|
||||
QTPLUGIN += qtvirtualkeyboardplugin
|
||||
}
|
||||
-android-no-sdk|!isEmpty(CROSS_COMPILE) {
|
||||
- TARGETPATH = /data/user/qt/virtualkeyboard/basic
|
||||
-} else {
|
||||
- TARGETPATH = $$[QT_INSTALL_EXAMPLES]/virtualkeyboard/basic
|
||||
-}
|
||||
-target.path = $$TARGETPATH
|
||||
+
|
||||
+target.path = $$[QT_INSTALL_EXAMPLES]/virtualkeyboard/basic
|
||||
INSTALLS += target
|
||||
|
||||
RESOURCES += \
|
||||
--
|
||||
2.17.1
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
# Hash from: https://download.qt.io/official_releases/qt/5.6/5.6.3/submodules/qtvirtualkeyboard-opensource-src-2.0.tar.xz.mirrorlist
|
||||
sha256 1d543a851e83fc3de40f48c2935f70278e842589b9a235c2b22f41733e561aec qtvirtualkeyboard-opensource-src-2.0.tar.xz
|
||||
|
||||
# Hashes for license files:
|
||||
sha256 6148d2793ca4e62ba3935a27bd3e46971a5d7c871dbe8f2687a867bd2c2589fb src/virtualkeyboard/3rdparty/lipi-toolkit/license.txt
|
||||
sha256 05cc719deafd0ab083b03296bb2911de10d116953b626a7629b9ca59938038b1 src/virtualkeyboard/3rdparty/openwnn/NOTICE
|
||||
sha256 b5830d96fb5a7e7e7ebcc295f352846b4b998e78fdc8f9aa68e134d2e4b39986 src/virtualkeyboard/3rdparty/pinyin/NOTICE
|
||||
sha256 ca3dd653e13c4a935622cfce00dc4e2d7a8295b64da99bd1d4f2a8ddb6b0956e src/virtualkeyboard/3rdparty/tcime/COPYING
|
||||
Reference in New Issue
Block a user