diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-09-15 16:14:10 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-09-16 15:26:18 +0000 |
commit | fb9daa75f36127475f369271e221f7de0b0d07f6 (patch) | |
tree | 64b9ca171ef1fc695825e9649289a726eba4a06c /recipes-qt/qt5-addons/qtquickcompiler_3.0.bb | |
parent | 6cd6f2ce1961274873b1f8337139a3134d4179f5 (diff) | |
download | meta-boot2qt-fb9daa75f36127475f369271e221f7de0b0d07f6.tar.gz |
qt5-addons: update source revisions
Quick Compiler no longer needs license checker from qtsdk.
qt5-module now includes more paths for VKB
Change-Id: Ic1027b836157d7fb7fc6fdc90ece7a0354497230
Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
Diffstat (limited to 'recipes-qt/qt5-addons/qtquickcompiler_3.0.bb')
-rw-r--r-- | recipes-qt/qt5-addons/qtquickcompiler_3.0.bb | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/recipes-qt/qt5-addons/qtquickcompiler_3.0.bb b/recipes-qt/qt5-addons/qtquickcompiler_3.0.bb index 6f9fa30..9c3d43b 100644 --- a/recipes-qt/qt5-addons/qtquickcompiler_3.0.bb +++ b/recipes-qt/qt5-addons/qtquickcompiler_3.0.bb | |||
@@ -27,15 +27,12 @@ LIC_FILES_CHKSUM = "file://compiler/qtquickcompiler.h;md5=553f8ee8d120874969caca | |||
27 | inherit qt5-module | 27 | inherit qt5-module |
28 | 28 | ||
29 | SRC_URI = " \ | 29 | SRC_URI = " \ |
30 | git://qt-gerrit.ci.local/QtRD-15810/qmlcompiler.git;branch=${BRANCH};protocol=ssh;name=compiler;destsuffix=git \ | 30 | git://qt-gerrit.ci.local/QtRD-15810/qmlcompiler.git;branch=${BRANCH};protocol=ssh;destsuffix=git \ |
31 | git://qt-gerrit.ci.local/QtRD-15810/qtsdk-enterprise.git;branch=${BRANCH};protocol=ssh;name=sdk;destsuffix=git/compiler/license-checker \ | ||
32 | " | 31 | " |
33 | 32 | ||
34 | SRCREV_compiler = "cc3b348065e84242d772d53b5f9dcad88b0da33e" | 33 | # v3.0.0 |
35 | BRANCH_compiler = "3.0" | 34 | SRCREV = "7e29e55c8315cc5e944505f13c24893d0f54efeb" |
36 | 35 | BRANCH = "3.0" | |
37 | SRCREV_sdk = "60cb1a7763b670108b17c7e1345394e424153bea" | ||
38 | BRANCH_sdk = "master" | ||
39 | 36 | ||
40 | S = "${WORKDIR}/git" | 37 | S = "${WORKDIR}/git" |
41 | 38 | ||