Просмотр исходного кода

hash for qt5.7.0 modules, legal-info fixes

Reinhard Russinger 8 лет назад
Родитель
Сommit
150c4307f7
5 измененных файлов с 109 добавлено и 117 удалено
  1. 7 0
      BRMakeHASH.sh
  2. 99 115
      GfA-buildroot-changes.patch
  3. 1 1
      MakeBuildrootEnv.sh
  4. 1 1
      board/GfA/Display001/BUILD
  5. 1 0
      package/wt/wt.hash

+ 7 - 0
BRMakeHASH.sh

@@ -0,0 +1,7 @@
+#!/bin/bash
+FILENAME=$1
+
+SHA_VAL=`sha256sum -b $FILENAME  | awk '{ print $1 }'`
+echo -e "sha256\t$SHA_VAL\t`basename $FILENAME`"
+
+#echo -e "sha256\t`sha256sum -b ./dl/zip30.tgz`"

+ 99 - 115
GfA-buildroot-changes.patch

@@ -5764,13 +5764,13 @@ index d25f663..0710ef4 100644
  
  define QT5_LA_PRL_FILES_FIXUP
 diff --git a/package/qt5/qt53d/qt53d.hash b/package/qt5/qt53d/qt53d.hash
-deleted file mode 100644
-index 7179380..0000000
+index 7179380..f59a671 100644
 --- a/package/qt5/qt53d/qt53d.hash
-+++ /dev/null
-@@ -1,2 +0,0 @@
++++ b/package/qt5/qt53d/qt53d.hash
+@@ -1,2 +1 @@
 -# Hash from: http://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qt3d-opensource-src-5.6.2.tar.xz.mirrorlist
 -sha256 a21786db6e0f5c6c70213fe1a3530ed3d7f28f28401a0f793970e9bc860ce941 qt3d-opensource-src-5.6.2.tar.xz
++sha256	a8248a1779b561ea450e92345e8187bacac359df0e92ad61a1ad7652bb233e29	qt3d-opensource-src-5.7.0.tar.xz
 diff --git a/package/qt5/qt5base/0001-Disable-c-standard-compiler-flags-for-the-host-build.__patch b/package/qt5/qt5base/0001-Disable-c-standard-compiler-flags-for-the-host-build.__patch
 new file mode 100644
 index 0000000..54e4db8
@@ -5847,13 +5847,13 @@ index 49cf898..2152d3c 100644
  include(../common/linux_device_post.conf)
  load(qt_config)
 diff --git a/package/qt5/qt5base/qt5base.hash b/package/qt5/qt5base/qt5base.hash
-deleted file mode 100644
-index 9808e9b..0000000
+index 9808e9b..6795b60 100644
 --- a/package/qt5/qt5base/qt5base.hash
-+++ /dev/null
-@@ -1,2 +0,0 @@
++++ b/package/qt5/qt5base/qt5base.hash
+@@ -1,2 +1 @@
 -# Hash from: http://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtbase-opensource-src-5.6.2.tar.xz.mirrorlist
 -sha256 2f6eae93c5d982fe0a387a01aeb3435571433e23e9d9d9246741faf51f1ee787 qtbase-opensource-src-5.6.2.tar.xz
++sha256	3e7b6d123cab23a587ccbc45173296b33786faa409dba0494e4658fda3ede646	qtbase-opensource-src-5.7.0.tar.xz
 diff --git a/package/qt5/qt5base/qt5base.mk b/package/qt5/qt5base/qt5base.mk
 index 23dba2a..81666d6 100644
 --- a/package/qt5/qt5base/qt5base.mk
@@ -5895,13 +5895,13 @@ index 23dba2a..81666d6 100644
  ifeq ($(BR2_PACKAGE_QT5BASE_SQL),y)
  ifeq ($(BR2_PACKAGE_QT5BASE_MYSQL),y)
 diff --git a/package/qt5/qt5canvas3d/qt5canvas3d.hash b/package/qt5/qt5canvas3d/qt5canvas3d.hash
-deleted file mode 100644
-index 01819e4..0000000
+index 01819e4..2d13e40 100644
 --- a/package/qt5/qt5canvas3d/qt5canvas3d.hash
-+++ /dev/null
-@@ -1,2 +0,0 @@
++++ b/package/qt5/qt5canvas3d/qt5canvas3d.hash
+@@ -1,2 +1 @@
 -# Hash from: http://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtcanvas3d-opensource-src-5.6.2.tar.xz.mirrorlist
 -sha256 d7584d006b03f99692ccabce922e755a6f12bb1ed1fbc99c2b84842b9e0aa0ad qtcanvas3d-opensource-src-5.6.2.tar.xz
++sha256	7871b3fd4c1a561c5b3eb57746e8504bc5d8fa626f9df578e619f9e823e3bd97	qtcanvas3d-opensource-src-5.7.0.tar.xz
 diff --git a/package/qt5/qt5charts/Config.in b/package/qt5/qt5charts/Config.in
 new file mode 100644
 index 0000000..d354bb2
@@ -5928,7 +5928,7 @@ index 0000000..d354bb2
 +	depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
 diff --git a/package/qt5/qt5charts/qt5charts.mk b/package/qt5/qt5charts/qt5charts.mk
 new file mode 100644
-index 0000000..54871e2
+index 0000000..c813354
 --- /dev/null
 +++ b/package/qt5/qt5charts/qt5charts.mk
 @@ -0,0 +1,39 @@
@@ -5945,8 +5945,8 @@ index 0000000..54871e2
 +QT5CHARTS_INSTALL_STAGING = YES
 +
 +ifeq ($(BR2_PACKAGE_QT5BASE_LICENSE_APPROVED),y)
-+QT5CHARTS_LICENSE = GPLv2 or GPLv3 or LGPLv3
-+QT5CHARTS_LICENSE_FILES = LICENSE.GPLv2 LICENSE.GPLv3 LICENSE.LGPLv3
++QT5CHARTS_LICENSE = GPLv3
++QT5CHARTS_LICENSE_FILES = LICENSE.GPL3
 +else
 +QT5CHARTS_LICENSE = Commercial license
 +QT5CHARTS_REDISTRIBUTE = NO
@@ -6001,13 +6001,13 @@ index fa9b911..d529ea7 100644
 +	depends on BR2_USE_MMU
 +	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
 diff --git a/package/qt5/qt5connectivity/qt5connectivity.hash b/package/qt5/qt5connectivity/qt5connectivity.hash
-deleted file mode 100644
-index 4574f3d..0000000
+index 4574f3d..00b7c20 100644
 --- a/package/qt5/qt5connectivity/qt5connectivity.hash
-+++ /dev/null
-@@ -1,2 +0,0 @@
++++ b/package/qt5/qt5connectivity/qt5connectivity.hash
+@@ -1,2 +1 @@
 -# Hash from: http://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtconnectivity-opensource-src-5.6.2.tar.xz.mirrorlist
 -sha256 1b672923e0703d62f605ccec97b454b1a04c1f0db47f54b687d009e84eabedf9 qtconnectivity-opensource-src-5.6.2.tar.xz
++sha256	9844ca7ec5be187a77dfd7e95051fb267006f6c77157ecb0b8ceeac103a32703	qtconnectivity-opensource-src-5.7.0.tar.xz
 diff --git a/package/qt5/qt5connectivity/qt5connectivity.mk b/package/qt5/qt5connectivity/qt5connectivity.mk
 index 0f7257d..936bc6f 100644
 --- a/package/qt5/qt5connectivity/qt5connectivity.mk
@@ -6100,7 +6100,7 @@ index 0000000..c7aca95
 +	depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
 diff --git a/package/qt5/qt5datavis3d/qt5datavis3d.mk b/package/qt5/qt5datavis3d/qt5datavis3d.mk
 new file mode 100644
-index 0000000..a6cecaa
+index 0000000..9101148
 --- /dev/null
 +++ b/package/qt5/qt5datavis3d/qt5datavis3d.mk
 @@ -0,0 +1,39 @@
@@ -6117,8 +6117,8 @@ index 0000000..a6cecaa
 +QT5DATAVIS3D_INSTALL_STAGING = YES
 +
 +ifeq ($(BR2_PACKAGE_QT5BASE_LICENSE_APPROVED),y)
-+QT5DATAVIS3D_LICENSE = GPLv2 or GPLv3 or LGPLv3
-+QT5DATAVIS3D_LICENSE_FILES = LICENSE.GPLv2 LICENSE.GPLv3 LICENSE.LGPLv3
++QT5DATAVIS3D_LICENSE = GPLv3
++QT5DATAVIS3D_LICENSE_FILES = LICENSE.GPL3
 +else
 +QT5DATAVIS3D_LICENSE = Commercial license
 +QT5DATAVIS3D_REDISTRIBUTE = NO
@@ -6144,21 +6144,21 @@ index 0000000..a6cecaa
 +
 +$(eval $(generic-package))
 diff --git a/package/qt5/qt5declarative/qt5declarative.hash b/package/qt5/qt5declarative/qt5declarative.hash
-deleted file mode 100644
-index d8d3a68..0000000
+index d8d3a68..6779669 100644
 --- a/package/qt5/qt5declarative/qt5declarative.hash
-+++ /dev/null
-@@ -1,2 +0,0 @@
++++ b/package/qt5/qt5declarative/qt5declarative.hash
+@@ -1,2 +1 @@
 -# Hash from: http://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtdeclarative-opensource-src-5.6.2.tar.xz.mirrorlist
 -sha256 0086a986bc36b398ba518c404d08cdff0a0d7978c30aa3fa2ab73d71654209da qtdeclarative-opensource-src-5.6.2.tar.xz
++sha256	86de6239f3aee2e5f561c16ad7b6e47d8f341c293d4ed11c85acbc21888cf9f4	qtdeclarative-opensource-src-5.7.0.tar.xz
 diff --git a/package/qt5/qt5enginio/qt5enginio.hash b/package/qt5/qt5enginio/qt5enginio.hash
-deleted file mode 100644
-index 9951834..0000000
+index 9951834..95f507c 100644
 --- a/package/qt5/qt5enginio/qt5enginio.hash
-+++ /dev/null
-@@ -1,2 +0,0 @@
++++ b/package/qt5/qt5enginio/qt5enginio.hash
+@@ -1,2 +1 @@
 -# Hash from: http://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtenginio-opensource-src-1.6.2.tar.xz.mirrorlist
 -sha256 90ffc38d214a75ab0ef90a4760843f12bc073ae49c17de24c677d1d403bddcc3 qtenginio-opensource-src-1.6.2.tar.xz
++sha256	627ddcfbbfc3ec1a83c9dbb5f24287b5cd6cb5d3b9d09af4d1c444c6ac147f0c	qtenginio-opensource-src-1.6.0.tar.xz
 diff --git a/package/qt5/qt5enginio/qt5enginio.mk b/package/qt5/qt5enginio/qt5enginio.mk
 index ada5fa7..b858d1c 100644
 --- a/package/qt5/qt5enginio/qt5enginio.mk
@@ -6173,29 +6173,29 @@ index ada5fa7..b858d1c 100644
  QT5ENGINIO_SOURCE = qtenginio-opensource-src-$(QT5ENGINIO_VERSION).tar.xz
  QT5ENGINIO_DEPENDENCIES = openssl qt5base
 diff --git a/package/qt5/qt5graphicaleffects/qt5graphicaleffects.hash b/package/qt5/qt5graphicaleffects/qt5graphicaleffects.hash
-deleted file mode 100644
-index ae29e3b..0000000
+index ae29e3b..7c79a99 100644
 --- a/package/qt5/qt5graphicaleffects/qt5graphicaleffects.hash
-+++ /dev/null
-@@ -1,2 +0,0 @@
++++ b/package/qt5/qt5graphicaleffects/qt5graphicaleffects.hash
+@@ -1,2 +1 @@
 -# Hash from: http://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtgraphicaleffects-opensource-src-5.6.2.tar.xz.mirrorlist
 -sha256 1e9f0fac2c72a812d396db74b2d9d12f513d2ec9135d5982ca85aee7f00be75e qtgraphicaleffects-opensource-src-5.6.2.tar.xz
++sha256	c816539ce345e502425a94c624332df78f53aeebc460d76b53b79b59cb938de7	qtgraphicaleffects-opensource-src-5.7.0.tar.xz
 diff --git a/package/qt5/qt5imageformats/qt5imageformats.hash b/package/qt5/qt5imageformats/qt5imageformats.hash
-deleted file mode 100644
-index 54b58e4..0000000
+index 54b58e4..b65be40 100644
 --- a/package/qt5/qt5imageformats/qt5imageformats.hash
-+++ /dev/null
-@@ -1,2 +0,0 @@
++++ b/package/qt5/qt5imageformats/qt5imageformats.hash
+@@ -1,2 +1 @@
 -# Hash from: http://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtimageformats-opensource-src-5.6.2.tar.xz.mirrorlist
 -sha256 4fb153be62dac393cbcebab65040b3b9d6edecd1ebbe5e543401b0e45bd147e4 qtimageformats-opensource-src-5.6.2.tar.xz
++sha256	ef3344a44194d1414be585f8c8a652ffe217c663a22b6e26d3bb5e114f3f62e5	qtimageformats-opensource-src-5.7.0.tar.xz
 diff --git a/package/qt5/qt5location/qt5location.hash b/package/qt5/qt5location/qt5location.hash
-deleted file mode 100644
-index 374952f..0000000
+index 374952f..074168e 100644
 --- a/package/qt5/qt5location/qt5location.hash
-+++ /dev/null
-@@ -1,2 +0,0 @@
++++ b/package/qt5/qt5location/qt5location.hash
+@@ -1,2 +1 @@
 -# Hash from: http://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtlocation-opensource-src-5.6.2.tar.xz.mirrorlist
 -sha256 7a8995206ed0220f943a33c037527a1a8243d5386f5ca77bf88152675c28d23a qtlocation-opensource-src-5.6.2.tar.xz
++sha256	70273367342493a77c050f033a92d96e79925aa70308746e9681d8661f4aa865	qtlocation-opensource-src-5.7.0.tar.xz
 diff --git a/package/qt5/qt5multimedia/Config.in b/package/qt5/qt5multimedia/Config.in
 index 7549b35..59c3984 100644
 --- a/package/qt5/qt5multimedia/Config.in
@@ -6209,29 +6209,29 @@ index 7549b35..59c3984 100644
  	  Qt is a cross-platform application and UI framework for
  	  developers using C++.
 diff --git a/package/qt5/qt5multimedia/qt5multimedia.hash b/package/qt5/qt5multimedia/qt5multimedia.hash
-deleted file mode 100644
-index 56a11fb..0000000
+index 56a11fb..1a85f95 100644
 --- a/package/qt5/qt5multimedia/qt5multimedia.hash
-+++ /dev/null
-@@ -1,2 +0,0 @@
++++ b/package/qt5/qt5multimedia/qt5multimedia.hash
+@@ -1,2 +1 @@
 -# Hash from: http://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtmultimedia-opensource-src-5.6.2.tar.xz.mirrorlist
 -sha256 cb9a70a7c6c0eb5be4a3fcaf9590863479e95a255308bbf07d5b7aa303bb8caf qtmultimedia-opensource-src-5.6.2.tar.xz
++sha256	05ae705bda224a600b06e390aa7b1448c4a6a52d2d37842d2121fb4a5d84b559	qtmultimedia-opensource-src-5.7.0.tar.xz
 diff --git a/package/qt5/qt5quickcontrols/qt5quickcontrols.hash b/package/qt5/qt5quickcontrols/qt5quickcontrols.hash
-deleted file mode 100644
-index 6db589d..0000000
+index 6db589d..cf438f8 100644
 --- a/package/qt5/qt5quickcontrols/qt5quickcontrols.hash
-+++ /dev/null
-@@ -1,2 +0,0 @@
++++ b/package/qt5/qt5quickcontrols/qt5quickcontrols.hash
+@@ -1,2 +1 @@
 -# Hash from: http://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtquickcontrols-opensource-src-5.6.2.tar.xz.mirrorlist
 -sha256 5ed0f2292be10222dfb1b57a05472798fd759279f65455d91c02ef4fb746102c qtquickcontrols-opensource-src-5.6.2.tar.xz
++sha256	d8e19a77100fff109585ccc62116e63dd11ce9486056a8eb5b64159b7ecdec32	qtquickcontrols-opensource-src-5.7.0.tar.xz
 diff --git a/package/qt5/qt5quickcontrols2/qt5quickcontrols2.hash b/package/qt5/qt5quickcontrols2/qt5quickcontrols2.hash
-deleted file mode 100644
-index 0d85d48..0000000
+index 0d85d48..c43afd7 100644
 --- a/package/qt5/qt5quickcontrols2/qt5quickcontrols2.hash
-+++ /dev/null
-@@ -1,2 +0,0 @@
++++ b/package/qt5/qt5quickcontrols2/qt5quickcontrols2.hash
+@@ -1,2 +1 @@
 -# Hash from: http://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtquickcontrols2-opensource-src-5.6.2.tar.xz.mirrorlist
 -sha256 09dc1710aa4701aebe145829eb99bab94d0870cf578f7dddcec0af92286dfec1 qtquickcontrols2-opensource-src-5.6.2.tar.xz
++sha256	63f5b0777992c32bd602b88de657e202cd6d5e8ba0371c6d5da16fb8c7481045	qtquickcontrols2-opensource-src-5.7.0.tar.xz
 diff --git a/package/qt5/qt5quickcontrols2/qt5quickcontrols2.mk b/package/qt5/qt5quickcontrols2/qt5quickcontrols2.mk
 index a5ad3f6..622e61f 100644
 --- a/package/qt5/qt5quickcontrols2/qt5quickcontrols2.mk
@@ -6251,22 +6251,14 @@ index a5ad3f6..622e61f 100644
  endef
  
  $(eval $(generic-package))
-diff --git a/package/qt5/qt5script/qt5script.hash b/package/qt5/qt5script/qt5script.hash
-deleted file mode 100644
-index c8ecb75..0000000
---- a/package/qt5/qt5script/qt5script.hash
-+++ /dev/null
-@@ -1,2 +0,0 @@
--# Hash from: http://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtscript-opensource-src-5.6.2.tar.xz.mirrorlist
--sha256 e06ef6b271cae2187b57cd4ffdd6759428fd47f94a060e2ed2af024a8c14110e qtscript-opensource-src-5.6.2.tar.xz
 diff --git a/package/qt5/qt5sensors/qt5sensors.hash b/package/qt5/qt5sensors/qt5sensors.hash
-deleted file mode 100644
-index 65cd127..0000000
+index 65cd127..ec62e3b 100644
 --- a/package/qt5/qt5sensors/qt5sensors.hash
-+++ /dev/null
-@@ -1,2 +0,0 @@
++++ b/package/qt5/qt5sensors/qt5sensors.hash
+@@ -1,2 +1 @@
 -# Hash from: http://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtsensors-opensource-src-5.6.2.tar.xz.mirrorlist
 -sha256 a7809081aab4f2f0d7a4f40c3abb02e1690bb390d1dd410d7c6c5019a5053427 qtsensors-opensource-src-5.6.2.tar.xz
++sha256	283dcc66a24c4367e865fa8301b6ea04d0cb78bd0f166fd09a6bb42e1e3731be	qtsensors-opensource-src-5.7.0.tar.xz
 diff --git a/package/qt5/qt5serialbus/Config.in b/package/qt5/qt5serialbus/Config.in
 index f5b713d..504141c 100644
 --- a/package/qt5/qt5serialbus/Config.in
@@ -6286,29 +6278,29 @@ index f5b713d..504141c 100644
 -comment "qt5serialbus needs headers >= 3.6"
 -	depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6
 diff --git a/package/qt5/qt5serialbus/qt5serialbus.hash b/package/qt5/qt5serialbus/qt5serialbus.hash
-deleted file mode 100644
-index 308c365..0000000
+index 308c365..0597219 100644
 --- a/package/qt5/qt5serialbus/qt5serialbus.hash
-+++ /dev/null
-@@ -1,2 +0,0 @@
++++ b/package/qt5/qt5serialbus/qt5serialbus.hash
+@@ -1,2 +1 @@
 -# Hash from: http://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtserialbus-opensource-src-5.6.2.tar.xz.mirrorlist
 -sha256 b39260091691532382935ed51de9ead8e66cfb5f7a6e5410c17cd0695ccaf826 qtserialbus-opensource-src-5.6.2.tar.xz
++sha256	2c437ace393e9dcf170990b519cec59c5cbcfc3c830e46116abb52549dc15d38	qtserialbus-opensource-src-5.7.0.tar.xz
 diff --git a/package/qt5/qt5serialport/qt5serialport.hash b/package/qt5/qt5serialport/qt5serialport.hash
-deleted file mode 100644
-index 2458e5d..0000000
+index 2458e5d..7751d64 100644
 --- a/package/qt5/qt5serialport/qt5serialport.hash
-+++ /dev/null
-@@ -1,2 +0,0 @@
++++ b/package/qt5/qt5serialport/qt5serialport.hash
+@@ -1,2 +1 @@
 -# Hash from: http://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtserialport-opensource-src-5.6.2.tar.xz.mirrorlist
 -sha256 af76281bad2c2bd283189635316b46091f6712134b845ae1b9e3016eec94f376 qtserialport-opensource-src-5.6.2.tar.xz
++sha256	5ce150d843a243854736489d4a71205a8ca8dc8f93626ec29d1aa7a249a08265	qtserialport-opensource-src-5.7.0.tar.xz
 diff --git a/package/qt5/qt5svg/qt5svg.hash b/package/qt5/qt5svg/qt5svg.hash
-deleted file mode 100644
-index 0c9e9eb..0000000
+index 0c9e9eb..0c3a9ff 100644
 --- a/package/qt5/qt5svg/qt5svg.hash
-+++ /dev/null
-@@ -1,2 +0,0 @@
++++ b/package/qt5/qt5svg/qt5svg.hash
+@@ -1,2 +1 @@
 -# Hash from: http://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtsvg-opensource-src-5.6.2.tar.xz.mirrorlist
 -sha256 f7a361bf661b31ae7779513559dd0b774171911bc57f5cfb6bed6878ddc8bc4e qtsvg-opensource-src-5.6.2.tar.xz
++sha256	a1f89f035aed48bf8843ff1880c4b54dc2e3a5160dbd743aec03e13831cdd881	qtsvg-opensource-src-5.7.0.tar.xz
 diff --git a/package/qt5/qt5tools/0001-Disable-qdoc-needs-qtdeclarative.patch b/package/qt5/qt5tools/0001-Disable-qdoc-needs-qtdeclarative.patch
 new file mode 100644
 index 0000000..61cbdfe
@@ -6345,14 +6337,6 @@ index 0000000..61cbdfe
 +-- 
 +2.1.4
 +
-diff --git a/package/qt5/qt5tools/qt5tools.hash b/package/qt5/qt5tools/qt5tools.hash
-deleted file mode 100644
-index cc11b28..0000000
---- a/package/qt5/qt5tools/qt5tools.hash
-+++ /dev/null
-@@ -1,2 +0,0 @@
--# Hash from: http://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qttools-opensource-src-5.6.2.tar.xz.mirrorlist
--sha256 db2bb4318786257a47172c377d9c456d5d5ec760d5d69240a4693dc87989e1b7 qttools-opensource-src-5.6.2.tar.xz
 diff --git a/package/qt5/qt5virtualkeyboard/Config.in b/package/qt5/qt5virtualkeyboard/Config.in
 new file mode 100644
 index 0000000..803b937
@@ -6372,10 +6356,10 @@ index 0000000..803b937
 \ No newline at end of file
 diff --git a/package/qt5/qt5virtualkeyboard/qt5virtualkeyboard.mk b/package/qt5/qt5virtualkeyboard/qt5virtualkeyboard.mk
 new file mode 100644
-index 0000000..bbae549
+index 0000000..bedefc5
 --- /dev/null
 +++ b/package/qt5/qt5virtualkeyboard/qt5virtualkeyboard.mk
-@@ -0,0 +1,31 @@
+@@ -0,0 +1,39 @@
 +################################################################################
 +#
 +# qt5virtualkeyboard
@@ -6388,6 +6372,14 @@ index 0000000..bbae549
 +QT5VIRTUALKEYBOARD_DEPENDENCIES = qt5base qt5declarative
 +QT5VIRTUALKEYBOARD_INSTALL_STAGING = YES
 +
++ifeq ($(BR2_PACKAGE_QT5BASE_LICENSE_APPROVED),y)
++QT5VIRTUALKEYBOARD_LICENSE = GPLv3
++QT5VIRTUALKEYBOARD_LICENSE_FILES = LICENSE.GPL3
++else
++QT5VIRTUALKEYBOARD_LICENSE = Commercial license
++QT5VIRTUALKEYBOARD_REDISTRIBUTE = NO
++endif
++
 +define QT5VIRTUALKEYBOARD_CONFIGURE_CMDS
 +	(cd $(@D); $(TARGET_MAKE_ENV) $(HOST_DIR)/usr/bin/qmake CONFIG+=disable-desktop) 
 +endef
@@ -6470,13 +6462,13 @@ index 0000000..436934d
 +
 +$(eval $(generic-package))
 diff --git a/package/qt5/qt5webchannel/qt5webchannel.hash b/package/qt5/qt5webchannel/qt5webchannel.hash
-deleted file mode 100644
-index 0f9eaae..0000000
+index 0f9eaae..c4fc230 100644
 --- a/package/qt5/qt5webchannel/qt5webchannel.hash
-+++ /dev/null
-@@ -1,2 +0,0 @@
++++ b/package/qt5/qt5webchannel/qt5webchannel.hash
+@@ -1,2 +1 @@
 -# Hash from: http://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtwebchannel-opensource-src-5.6.2.tar.xz.mirrorlist
 -sha256 700efdef5f51bdb77093f4db212afe275ad35a710ea08ba0e9e9cbc8f09f1a52 qtwebchannel-opensource-src-5.6.2.tar.xz
++sha256	3ab4cd177cc742ee5015f2b7f943c16ce13380b840f824436b5005485b749816	qtwebchannel-opensource-src-5.7.0.tar.xz
 diff --git a/package/qt5/qt5webengine/001-chromium-glibc-2.24-issue.patch b/package/qt5/qt5webengine/001-chromium-glibc-2.24-issue.patch
 new file mode 100644
 index 0000000..f3d5bda
@@ -6846,7 +6838,7 @@ index 0000000..b5ecd88
 +sha256 7c4d328dd305991aaf0c3450615f4a8e5d80152194bee6f5925bd8d3477e2b90 qtwebengine-opensource-src-5.5.1.tar.xz
 diff --git a/package/qt5/qt5webengine/qt5webengine.mk b/package/qt5/qt5webengine/qt5webengine.mk
 new file mode 100644
-index 0000000..bcd1a82
+index 0000000..98c67a6
 --- /dev/null
 +++ b/package/qt5/qt5webengine/qt5webengine.mk
 @@ -0,0 +1,70 @@
@@ -6863,10 +6855,10 @@ index 0000000..bcd1a82
 +QT5WEBENGINE_INSTALL_STAGING = YES
 +
 +ifeq ($(BR2_PACKAGE_QT5BASE_LICENSE_APPROVED),y)
-+QT5WEBENGINE_LICENSE = LGPLv2.1 with exception or LGPLv3 or GPLv2
++QT5WEBENGINE_LICENSE = GPLv3 with exception or LGPLv3 or GPLv2
 +# Source files contain references to LGPL_EXCEPTION.txt but it is not included
 +# in the archive.
-+QT5WEBENGINE_LICENSE_FILES = LICENSE.LGPLv21 LICENSE.LGPLv3 LICENSE.GPLv2
++QT5WEBENGINE_LICENSE_FILES = LICENSE.GPL2 LICENSE.GPL3 LICENSE.GPL3-EXCEPT LICENSE.GPLv3 LICENSE.LGPL3
 +else
 +QT5WEBENGINE_LICENSE = Commercial license
 +QT5WEBENGINE_REDISTRIBUTE = NO
@@ -6975,13 +6967,13 @@ index 48aaf94..7add5f9 100644
 +        depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
 +        depends on !BR2_BINFMT_FLAT
 diff --git a/package/qt5/qt5webkit/qt5webkit.hash b/package/qt5/qt5webkit/qt5webkit.hash
-deleted file mode 100644
-index 96b8bdd..0000000
+index 96b8bdd..47e93c0 100644
 --- a/package/qt5/qt5webkit/qt5webkit.hash
-+++ /dev/null
-@@ -1,2 +0,0 @@
++++ b/package/qt5/qt5webkit/qt5webkit.hash
+@@ -1,2 +1 @@
 -# locally computed
 -sha256 bdd659573e7e75cd4ad57b7160a7353d98d21a6fef06e4fb9e114a5b1f1e9dab qt5webkit-b35917bcb44d7f200af0f4ac68a126fa0aa8d93d.tar.gz
++sha256	1c79843ef32313312290d4fe0b87256a9129dc44d62b01789a692981edf4d8ab	qt5webkit-d2ff5a085572b1ee24dcb42ae107063f3142d14e.tar.gz
 diff --git a/package/qt5/qt5webkit/qt5webkit.mk b/package/qt5/qt5webkit/qt5webkit.mk
 index 378cdf7..629e40a 100644
 --- a/package/qt5/qt5webkit/qt5webkit.mk
@@ -7039,29 +7031,21 @@ index 378cdf7..629e40a 100644
  endef
  
 diff --git a/package/qt5/qt5websockets/qt5websockets.hash b/package/qt5/qt5websockets/qt5websockets.hash
-deleted file mode 100644
-index 3443476..0000000
+index 3443476..067bd6f 100644
 --- a/package/qt5/qt5websockets/qt5websockets.hash
-+++ /dev/null
-@@ -1,2 +0,0 @@
++++ b/package/qt5/qt5websockets/qt5websockets.hash
+@@ -1,2 +1 @@
 -# Hash from: http://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtwebsockets-opensource-src-5.6.2.tar.xz.mirrorlist
 -sha256 3cd9d4bbff8e6be5e252f00fc9ecb9ac2d8a193020288c7d1e82583daeb5ba35 qtwebsockets-opensource-src-5.6.2.tar.xz
-diff --git a/package/qt5/qt5x11extras/qt5x11extras.hash b/package/qt5/qt5x11extras/qt5x11extras.hash
-deleted file mode 100644
-index 297c578..0000000
---- a/package/qt5/qt5x11extras/qt5x11extras.hash
-+++ /dev/null
-@@ -1,2 +0,0 @@
--# Hash from: http://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtx11extras-opensource-src-5.6.2.tar.xz.mirrorlist
--sha256 71ffde1cfaeec310677b69ecd16cb5992e8885cf3e73b4cec7d6e7a115b40ced qtx11extras-opensource-src-5.6.2.tar.xz
++sha256	741be11a907f82807a786e6a53ae7316c0b3864491b692e8719c381e0f158b43	qtwebsockets-opensource-src-5.7.0.tar.xz
 diff --git a/package/qt5/qt5xmlpatterns/qt5xmlpatterns.hash b/package/qt5/qt5xmlpatterns/qt5xmlpatterns.hash
-deleted file mode 100644
-index fa4e97f..0000000
+index fa4e97f..f0f369d 100644
 --- a/package/qt5/qt5xmlpatterns/qt5xmlpatterns.hash
-+++ /dev/null
-@@ -1,2 +0,0 @@
++++ b/package/qt5/qt5xmlpatterns/qt5xmlpatterns.hash
+@@ -1,2 +1 @@
 -# Hash from: http://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtxmlpatterns-opensource-src-5.6.2.tar.xz.mirrorlist
 -sha256 7c6df3eebf188d8ce6822a22cebbc63da5ac27047cf1bd7236d5b988244782cc qtxmlpatterns-opensource-src-5.6.2.tar.xz
++sha256	38882a4ea5d711be07d10695759359045f7f9d64727a65e1d5e6515d55c7e20b	qtxmlpatterns-opensource-src-5.7.0.tar.xz
 diff --git a/package/ti-gfx/S80ti-gfx b/package/ti-gfx/S80ti-gfx
 index fc5999a..00f8394 100644
 --- a/package/ti-gfx/S80ti-gfx

+ 1 - 1
MakeBuildrootEnv.sh

@@ -9,7 +9,7 @@ git checkout 048ec8ae4cf67ec88bef3dec9b2ef354e8f3c85a -b gfawrk
 patch -p1 < ../GfA/GfA-buildroot-changes.patch
 chmod a+x *.sh
 cp ../GfA/configs/* ./configs
-make  BR2_EXTERNAL=../GfA Display001_defconfig
 git add .
 git commit -m "GfA wrk changes and setup"
+make  BR2_EXTERNAL=../GfA Display001_defconfig
 cd $GFAWRKDIR

+ 1 - 1
board/GfA/Display001/BUILD

@@ -1 +1 @@
-317
+315

+ 1 - 0
package/wt/wt.hash

@@ -0,0 +1 @@
+sha256	8f82576076deb1d72cfb8ff42cf7ffb3553a45da32123b2a3cf36e66040678ab	3.3.6.tar.gz