diff options
Diffstat (limited to 'recipes-qt/b2qt-addons/qdbd.bb')
-rw-r--r-- | recipes-qt/b2qt-addons/qdbd.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-qt/b2qt-addons/qdbd.bb b/recipes-qt/b2qt-addons/qdbd.bb index 3a9a002..c98e682 100644 --- a/recipes-qt/b2qt-addons/qdbd.bb +++ b/recipes-qt/b2qt-addons/qdbd.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. |
@@ -36,9 +36,9 @@ inherit distro_features_check | |||
36 | inherit qmake5 | 36 | inherit qmake5 |
37 | require recipes-qt/qt5/qt5-git.inc | 37 | require recipes-qt/qt5/qt5-git.inc |
38 | 38 | ||
39 | QT_GIT = "git://github.com/qtproject" | 39 | QT_GIT_PROJECT = "qt-apps" |
40 | QT_MODULE = "qt-apps-qdb" | 40 | QT_MODULE = "qdb" |
41 | QT_MODULE_BRANCH = "5.8" | 41 | QT_MODULE_BRANCH = "5.9" |
42 | 42 | ||
43 | SRC_URI += "file://b2qt-gadget-network.sh \ | 43 | SRC_URI += "file://b2qt-gadget-network.sh \ |
44 | file://defaults \ | 44 | file://defaults \ |