summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2018-03-08 14:00:07 +0200
committerMikko Gronoff <mikko.gronoff@qt.io>2018-03-09 08:27:47 +0000
commit45f1fecb444754049147506121a03a33e532285b (patch)
tree362ebb22c34dd982aa99fc783b50c085733f27a3
parent65f827435691830403f2465f33f45915216b2b1e (diff)
downloadmeta-boot2qt-45f1fecb444754049147506121a03a33e532285b.tar.gz
quickcompiler: Update QC to 5.9.5 version
Task-number: QTBUG-66252 Change-Id: I09d1699079f41b8990ae49eb0a337a32e521d5fb Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r--recipes-qt/qt5/qtquickcompiler_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qt/qt5/qtquickcompiler_git.bb b/recipes-qt/qt5/qtquickcompiler_git.bb
index 677d0d2..235d091 100644
--- a/recipes-qt/qt5/qtquickcompiler_git.bb
+++ b/recipes-qt/qt5/qtquickcompiler_git.bb
@@ -1,6 +1,6 @@
1############################################################################ 1############################################################################
2## 2##
3## Copyright (C) 2017 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.
@@ -37,7 +37,7 @@ SRC_URI = " \
37 git://codereview.qt-project.org/qt/tqtc-qmlcompiler;nobranch=1;protocol=ssh \ 37 git://codereview.qt-project.org/qt/tqtc-qmlcompiler;nobranch=1;protocol=ssh \
38 " 38 "
39 39
40SRCREV = "a9196dd301edca8c1198b24154d9e4b5faefb3a3" 40SRCREV = "471b0c064d9b11c95242769d30d2ac7deca394e3"
41 41
42S = "${WORKDIR}/git" 42S = "${WORKDIR}/git"
43 43