summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2017-08-25 10:39:53 +0300
committerMikko Gronoff <mikko.gronoff@qt.io>2017-08-25 09:38:31 +0000
commitbc7d6b4c3b4e62142bd909048cc82b73db5ba53e (patch)
treee0dc1cd9d995fd0c7beacb49037aa62888af42d7
parent3ea25fe2098d00f81448441cd5a3430d15ecc2c1 (diff)
downloadmeta-boot2qt-bc7d6b4c3b4e62142bd909048cc82b73db5ba53e.tar.gz
qtdeviceutilities: update module
* Changelog: Doc: Bump version to 5.9.2 Introduce a placeholder for removed wired networks Display the current IP address for a wifi connection Set the method indexes for the comboboxes at a more suitable time Allow editing ipv4 settings in manual mode directly after saving Use both IPv4.Configuration and IPv4 for reading connman settings Doc: Bump version to 5.9.1 Set a default netmask and gateway if the user didn't provide them Remove qt config option from settingsuiplugin Doc: Bump version to 5.9.0 Change-Id: I5c96a675e60e8adae5cc96e29edbf567dffa5f24 Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
-rw-r--r--recipes-qt/qt5/qtdeviceutilities.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qt/qt5/qtdeviceutilities.bb b/recipes-qt/qt5/qtdeviceutilities.bb
index 473ab4d..3b8f18c 100644
--- a/recipes-qt/qt5/qtdeviceutilities.bb
+++ b/recipes-qt/qt5/qtdeviceutilities.bb
@@ -1,6 +1,6 @@
1############################################################################ 1############################################################################
2## 2##
3## Copyright (C) 2016 The Qt Company Ltd. 3## Copyright (C) 2017 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,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 = "48fb704e64300387f99c4192436728858c8aa4f8" 46SRCREV = "43e4b847851afc5d00664a9e88ef825ca9fedd02"
47 47
48DEPENDS = "qtbase qtdeclarative qtconnectivity" 48DEPENDS = "qtbase qtdeclarative qtconnectivity"