diff options
Diffstat (limited to 'recipes-qt/b2qt-addons/b2qt-launcher.bb')
-rw-r--r-- | recipes-qt/b2qt-addons/b2qt-launcher.bb | 6 |
1 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 32f569b..0a0a21f 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) 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,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504" | |||
34 | inherit qmake5 | 34 | inherit qmake5 |
35 | require recipes-qt/qt5/qt5-git.inc | 35 | require recipes-qt/qt5/qt5-git.inc |
36 | 36 | ||
37 | QT_GIT = "git://github.com/qtproject" | 37 | QT_GIT_PROJECT = "qt-apps" |
38 | QT_MODULE = "qt-apps-boot2qt-launcher" | 38 | QT_MODULE = "boot2qt-launcher" |
39 | 39 | ||
40 | SRC_URI += " \ | 40 | SRC_URI += " \ |
41 | file://b2qt-startup.sh \ | 41 | file://b2qt-startup.sh \ |