summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2016-04-11 12:57:36 +0300
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2016-04-13 09:24:55 +0000
commitfc5cc34b1972b2a3cc3435edb8505c11e7f02619 (patch)
treebb68bdebd2cb3608ca04f9ea547d52b5c9fae8b6
parent298cda063c71a2e8eda3d541813f64cd108523a1 (diff)
downloadmeta-boot2qt-fc5cc34b1972b2a3cc3435edb8505c11e7f02619.tar.gz
qtquickcompiler: update revision to work with Qt 5.6.1
Change-Id: I701d0db952d7e3c18758670f1b960e4f7ee703ef Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
-rw-r--r--recipes-qt/qt5-addons/qtquickcompiler_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5-addons/qtquickcompiler_git.bb b/recipes-qt/qt5-addons/qtquickcompiler_git.bb
index b09af7c..42013e7 100644
--- a/recipes-qt/qt5-addons/qtquickcompiler_git.bb
+++ b/recipes-qt/qt5-addons/qtquickcompiler_git.bb
@@ -29,7 +29,7 @@ SRC_URI = " \
29 git://codereview.qt-project.org/qt/tqtc-qmlcompiler;branch=${BRANCH};protocol=ssh \ 29 git://codereview.qt-project.org/qt/tqtc-qmlcompiler;branch=${BRANCH};protocol=ssh \
30 " 30 "
31 31
32SRCREV = "494283b7bf77f2801021e185c95ef948632ddddf" 32SRCREV = "ea222ff87942781d1091fdcd0385a0c842d21e15"
33BRANCH = "5.6" 33BRANCH = "5.6"
34 34
35S = "${WORKDIR}/git" 35S = "${WORKDIR}/git"