summaryrefslogtreecommitdiffstats
path: root/recipes-qt/automotive/qtwebbrowser_git.bb
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2018-03-05 09:50:36 +0200
committerMikko Gronoff <mikko.gronoff@qt.io>2018-03-06 07:31:31 +0000
commit1cc7e20dc9cf8701d6054e89f35f580f3a28a1ab (patch)
tree5968ac3fc810bb0037b1b418df0b15cf5de9122a /recipes-qt/automotive/qtwebbrowser_git.bb
parentdc20529cd55600787c003f5db4c82352740c3cf6 (diff)
downloadmeta-boot2qt-1cc7e20dc9cf8701d6054e89f35f580f3a28a1ab.tar.gz
meta-qt5: update meta layer
- Update submodules to first 5.9.5 branch snapshot - mysql_config path fix - Update Qt SRC_URI from github.com to code.qt.io Adjust meta-boot2qt recipes accordingly due Qt source mirror change. Task-number: QTBUG-66252 Change-Id: Ide5542c7d3439fc4ce72e053bbbb63b1a36d7365 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'recipes-qt/automotive/qtwebbrowser_git.bb')
-rw-r--r--recipes-qt/automotive/qtwebbrowser_git.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-qt/automotive/qtwebbrowser_git.bb b/recipes-qt/automotive/qtwebbrowser_git.bb
index 25e28df..9cc0d37 100644
--- a/recipes-qt/automotive/qtwebbrowser_git.bb
+++ b/recipes-qt/automotive/qtwebbrowser_git.bb
@@ -1,6 +1,6 @@
1############################################################################ 1############################################################################
2## 2##
3## Copyright (C) 2016 The Qt Company Ltd. 3## Copyright (C) 2018 The Qt Company Ltd.
4## Contact: https://www.qt.io/licensing/ 4## Contact: https://www.qt.io/licensing/
5## 5##
6## This file is part of the Boot to Qt meta layer. 6## This file is part of the Boot to Qt meta layer.
@@ -34,8 +34,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.GPLv3;md5=a40e2bb02b1ac431f461afd03ff9d1d6"
34inherit qmake5 34inherit qmake5
35require recipes-qt/qt5/qt5-git.inc 35require recipes-qt/qt5/qt5-git.inc
36 36
37QT_GIT = "git://github.com/qtproject" 37QT_GIT_PROJECT = "qt-apps"
38QT_MODULE = "qt-apps-qtwebbrowser"
39QT_MODULE_BRANCH = "dev" 38QT_MODULE_BRANCH = "dev"
40 39
41SRCREV = "023733af5523a5ad84359926224fa106001215f4" 40SRCREV = "023733af5523a5ad84359926224fa106001215f4"