summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2018-03-05 12:55:31 +0200
committerMikko Gronoff <mikko.gronoff@qt.io>2018-03-06 07:31:39 +0000
commitf5baecf4a633d8a4b4117d9c0f9910118c18256a (patch)
treeedc5197c834e68ea97d710d2feef50483b97906b
parent1cc7e20dc9cf8701d6054e89f35f580f3a28a1ab (diff)
downloadmeta-boot2qt-f5baecf4a633d8a4b4117d9c0f9910118c18256a.tar.gz
qtdeviceutilities: update to latest version
- Update recipe to use code.qt.io mirror - Fixes: QTBUG-66280 & minor UI bugs Change-Id: I8328fa693c58630b289bb4582d05ce41c48139d0 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r--recipes-qt/qt5/qtdeviceutilities.bb8
1 files changed, 2 insertions, 6 deletions
diff --git a/recipes-qt/qt5/qtdeviceutilities.bb b/recipes-qt/qt5/qtdeviceutilities.bb
index e671414..60b5534 100644
--- a/recipes-qt/qt5/qtdeviceutilities.bb
+++ b/recipes-qt/qt5/qtdeviceutilities.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.
@@ -39,10 +39,6 @@ PACKAGECONFIG[wpasupplicant] = "CONFIG+=wpasupplicant,,wpa-supplicant"
39 39
40EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}" 40EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}"
41 41
42SRC_URI = " \ 42SRCREV = "ade83ab2c5dc02a0e59c4abcf528bc3592179137"
43 git://codereview.qt-project.org/qt/qtdeviceutilities;${QT_MODULE_BRANCH_PARAM};protocol=http \
44 "
45
46SRCREV = "9421f40d1eb977889fb6cd2fc8e554efd41d5453"
47 43
48DEPENDS = "qtbase qtdeclarative qtconnectivity" 44DEPENDS = "qtbase qtdeclarative qtconnectivity"