diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2017-01-17 13:55:43 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2017-02-13 12:33:11 +0000 |
commit | cbfd8dd6a9ff034ec1e2839c1e72ee0973163195 (patch) | |
tree | 65bd6894d3e0a11754af5a200809310199d076c7 /recipes-qt/qt5 | |
parent | 81dbc7025bc875afa6d3ea03ce87f7d12cabb907 (diff) | |
download | meta-boot2qt-cbfd8dd6a9ff034ec1e2839c1e72ee0973163195.tar.gz |
qt5: Update to Qt 5.9.0
QtQuickCompiler disabled due to QTRD-2220
Change-Id: Ifc94f1f52ae5db245d95b1cdacc0b9e37369be77
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to 'recipes-qt/qt5')
-rw-r--r-- | recipes-qt/qt5/qtquickcompiler_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtquickcompiler_git.bb b/recipes-qt/qt5/qtquickcompiler_git.bb index fd2a901..63f0f6a 100644 --- a/recipes-qt/qt5/qtquickcompiler_git.bb +++ b/recipes-qt/qt5/qtquickcompiler_git.bb | |||
@@ -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 | ||
40 | SRCREV = "f7d0d43749d9bbd4c695738697ad95998a49956a" | 40 | SRCREV = "8df367f3a7356337dba25666c52e73e3b0480df3" |
41 | 41 | ||
42 | S = "${WORKDIR}/git" | 42 | S = "${WORKDIR}/git" |
43 | 43 | ||