diff options
author | Mikko Gronoff <mikko.gronoff@qt.io> | 2017-08-25 07:52:38 +0300 |
---|---|---|
committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2017-08-25 05:14:36 +0000 |
commit | 3ea25fe2098d00f81448441cd5a3430d15ecc2c1 (patch) | |
tree | 6e72c3b750c5d4652270151d34ffc90a8778def0 | |
parent | 68a1cb1099d95306679a3e277d79bfb90787cf13 (diff) | |
download | meta-boot2qt-3ea25fe2098d00f81448441cd5a3430d15ecc2c1.tar.gz |
b2qt-appcontroller: update SRCREV
Change-Id: Icf89fecc5c0fc906375b08483d91a1808b739777
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r-- | recipes-qt/b2qt-addons/b2qt-appcontroller.bb | 6 |
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 f1482a4..9c52606 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: 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. |
@@ -29,7 +29,7 @@ | |||
29 | 29 | ||
30 | DESCRIPTION = "Boot to Qt Appcontroller" | 30 | DESCRIPTION = "Boot to Qt Appcontroller" |
31 | LICENSE = "The-Qt-Company-DCLA-2.1" | 31 | LICENSE = "The-Qt-Company-DCLA-2.1" |
32 | LIC_FILES_CHKSUM = "file://main.cpp;md5=1fcdf6b49fbbf2bc9c831893cca1b279;beginline=1;endline=17" | 32 | LIC_FILES_CHKSUM = "file://main.cpp;md5=f25c7436dbc72d4719a5684b28dbcf4b;beginline=1;endline=17" |
33 | 33 | ||
34 | inherit qmake5 | 34 | inherit qmake5 |
35 | require recipes-qt/qt5/qt5-git.inc | 35 | require recipes-qt/qt5/qt5-git.inc |
@@ -39,7 +39,7 @@ SRC_URI = " \ | |||
39 | file://appcontroller.conf \ | 39 | file://appcontroller.conf \ |
40 | " | 40 | " |
41 | 41 | ||
42 | SRCREV = "1e3c96e0e4f28a072c835775f7fdc310eb3b4f28" | 42 | SRCREV = "5ab7fdbf0845c40418272bafa565295511055d3b" |
43 | 43 | ||
44 | DEPENDS = "qtbase" | 44 | DEPENDS = "qtbase" |
45 | 45 | ||