diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2016-04-11 12:57:36 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2016-04-13 09:24:55 +0000 |
commit | fc5cc34b1972b2a3cc3435edb8505c11e7f02619 (patch) | |
tree | bb68bdebd2cb3608ca04f9ea547d52b5c9fae8b6 | |
parent | 298cda063c71a2e8eda3d541813f64cd108523a1 (diff) | |
download | meta-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.bb | 2 |
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 | ||
32 | SRCREV = "494283b7bf77f2801021e185c95ef948632ddddf" | 32 | SRCREV = "ea222ff87942781d1091fdcd0385a0c842d21e15" |
33 | BRANCH = "5.6" | 33 | BRANCH = "5.6" |
34 | 34 | ||
35 | S = "${WORKDIR}/git" | 35 | S = "${WORKDIR}/git" |