summaryrefslogtreecommitdiffstats
path: root/recipes-qt
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2017-08-25 12:18:32 +0300
committerMikko Gronoff <mikko.gronoff@qt.io>2017-09-11 08:24:46 +0000
commit7110a596a428dc6d3c98f08aef8f6ec82477a1c7 (patch)
tree93b47b78857f5a3d4d1598a7557b5b0b73e4238c /recipes-qt
parent6e43d8c4686501b7493a918a7a198e0564f9cdba (diff)
downloadmeta-boot2qt-7110a596a428dc6d3c98f08aef8f6ec82477a1c7.tar.gz
b2qt-appcontroller: update SRCREV
Change-Id: I6b6ac9cdf6df006d5b26941b946554c8ac79fd8f Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'recipes-qt')
-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