summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2018-02-19 13:31:37 +0200
committerMikko Gronoff <mikko.gronoff@qt.io>2018-02-20 10:41:14 +0000
commit1c721c419b647add80980083932e9f4a6868e5c0 (patch)
tree9810642693c8ff9ba4a3c7940eb4db4d9dc62279
parent54b8f8b788a95479221f47e298e976b78d286392 (diff)
downloadmeta-boot2qt-1c721c419b647add80980083932e9f4a6868e5c0.tar.gz
qtdeviceutilities, b2qt-launcher: Update to latest revisions
Update components to introduce the new launcher Task-number: QTBUG-66307 Change-Id: I42b36685b0f23b16f09485978535e85b8ce3f2fe Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r--recipes-qt/b2qt-addons/b2qt-launcher.bb4
-rw-r--r--recipes-qt/qt5/qtdeviceutilities.bb2
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-qt/b2qt-addons/b2qt-launcher.bb b/recipes-qt/b2qt-addons/b2qt-launcher.bb
index 691fb97..b1a669c 100644
--- a/recipes-qt/b2qt-addons/b2qt-launcher.bb
+++ b/recipes-qt/b2qt-addons/b2qt-launcher.bb
@@ -1,6 +1,6 @@
1############################################################################ 1############################################################################
2## 2##
3## Copyright (C) 2017 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.
@@ -43,7 +43,7 @@ SRC_URI += " \
43 file://b2qt.service \ 43 file://b2qt.service \
44 " 44 "
45 45
46SRCREV = "d2ec2dc7034c31e3602003b55d5f2a2c98983651" 46SRCREV = "8d7fe0e4b8852a16469a6d0fe910309e8964ab58"
47 47
48DEPENDS = "qtbase qtdeclarative \ 48DEPENDS = "qtbase qtdeclarative \
49 ${@bb.utils.contains('DISTRO_FEATURES', 'webengine', 'qtwebengine', '', d)}" 49 ${@bb.utils.contains('DISTRO_FEATURES', 'webengine', 'qtwebengine', '', d)}"
diff --git a/recipes-qt/qt5/qtdeviceutilities.bb b/recipes-qt/qt5/qtdeviceutilities.bb
index 17c90a4..2f1022a 100644
--- a/recipes-qt/qt5/qtdeviceutilities.bb
+++ b/recipes-qt/qt5/qtdeviceutilities.bb
@@ -43,6 +43,6 @@ SRC_URI = " \
43 git://codereview.qt-project.org/qt/qtdeviceutilities;${QT_MODULE_BRANCH_PARAM};protocol=http \ 43 git://codereview.qt-project.org/qt/qtdeviceutilities;${QT_MODULE_BRANCH_PARAM};protocol=http \
44 " 44 "
45 45
46SRCREV = "e0a8b06317bb51ca844818682ebec3cd2c2b5108" 46SRCREV = "796fff1debaa161483515779bb68999948d48c59"
47 47
48DEPENDS = "qtbase qtdeclarative qtconnectivity" 48DEPENDS = "qtbase qtdeclarative qtconnectivity"