diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2016-06-02 12:58:54 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2016-06-06 12:21:53 +0000 |
commit | f775774f21c3edbb73e19031d6d38c603f42f16b (patch) | |
tree | 5e3482d4b06b3dbfb0bff58e1e6e430fd175f83d /recipes-qt/qt5-addons/qtquickcompiler_git.bb | |
parent | ab47141905ed04e64160e1c24a9af603e5ecd276 (diff) | |
download | meta-boot2qt-f775774f21c3edbb73e19031d6d38c603f42f16b.tar.gz |
qt5: update submodules and meta-qt5
Disable SHA checking for Qt modules, so we can use sha1s from the
release branch without breaking build after release.
Change-Id: I97b4d29fdbaceea9529fa2550564951f2186435f
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'recipes-qt/qt5-addons/qtquickcompiler_git.bb')
-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 42013e7..6018770 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 = "ea222ff87942781d1091fdcd0385a0c842d21e15" | 32 | SRCREV = "a2eac30f3be41447af1c9f2c3f3c841b68ca4d9c" |
33 | BRANCH = "5.6" | 33 | BRANCH = "5.6" |
34 | 34 | ||
35 | S = "${WORKDIR}/git" | 35 | S = "${WORKDIR}/git" |