summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-qt/b2qt-addons/b2qt-appcontroller.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-qt/b2qt-addons/b2qt-appcontroller.bb b/recipes-qt/b2qt-addons/b2qt-appcontroller.bb
index c9682a5..ad1df21 100644
--- a/recipes-qt/b2qt-addons/b2qt-appcontroller.bb
+++ b/recipes-qt/b2qt-addons/b2qt-appcontroller.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: http://www.qt.io/licensing/ 4## Contact: http://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.
@@ -21,7 +21,7 @@
21 21
22DESCRIPTION = "Boot to Qt Appcontroller" 22DESCRIPTION = "Boot to Qt Appcontroller"
23LICENSE = "QtEnterprise" 23LICENSE = "QtEnterprise"
24LIC_FILES_CHKSUM = "file://main.cpp;md5=1fcdf6b49fbbf2bc9c831893cca1b279;beginline=1;endline=17" 24LIC_FILES_CHKSUM = "file://main.cpp;md5=f25c7436dbc72d4719a5684b28dbcf4b;beginline=1;endline=17"
25 25
26inherit qmake5 26inherit qmake5
27require recipes-qt/qt5/qt5-git.inc 27require recipes-qt/qt5/qt5-git.inc
@@ -31,7 +31,7 @@ SRC_URI = " \
31 file://appcontroller.conf \ 31 file://appcontroller.conf \
32 " 32 "
33 33
34SRCREV = "1e3c96e0e4f28a072c835775f7fdc310eb3b4f28" 34SRCREV = "384775293c03db5d25b57f112eaa1a01e380cbe6"
35 35
36DEPENDS = "qtbase" 36DEPENDS = "qtbase"
37 37