diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2016-08-22 15:00:03 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2016-08-22 12:23:29 +0000 |
commit | 797b8c96bd53cd15b6540a989353f89d285c8de9 (patch) | |
tree | 8a57afb1338720306f3aa849bafb02846e79a9fd /recipes-qt/qt5/qtquickcompiler_git.bb | |
parent | cec708c11e6c83891ad33910633cc9119d523b32 (diff) | |
download | meta-boot2qt-797b8c96bd53cd15b6540a989353f89d285c8de9.tar.gz |
Correctly update qtquickcompiler SHA1
Change-Id: I0176af2f3f8d8f3d04b9898138d7d745a345ed76
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'recipes-qt/qt5/qtquickcompiler_git.bb')
-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 6018770..4b9abd8 100644 --- a/recipes-qt/qt5/qtquickcompiler_git.bb +++ b/recipes-qt/qt5/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 = "a2eac30f3be41447af1c9f2c3f3c841b68ca4d9c" | 32 | SRCREV = "321c7d8bbc9e25fbb49dbba187b04916eddfdb2a" |
33 | BRANCH = "5.6" | 33 | BRANCH = "5.6" |
34 | 34 | ||
35 | S = "${WORKDIR}/git" | 35 | S = "${WORKDIR}/git" |