summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5-addons/qtquickcompiler_3.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5-addons/qtquickcompiler_3.0.bb')
-rw-r--r--recipes-qt/qt5-addons/qtquickcompiler_3.0.bb11
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
27inherit qt5-module 27inherit qt5-module
28 28
29SRC_URI = " \ 29SRC_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
34SRCREV_compiler = "cc3b348065e84242d772d53b5f9dcad88b0da33e" 33# v3.0.0
35BRANCH_compiler = "3.0" 34SRCREV = "7e29e55c8315cc5e944505f13c24893d0f54efeb"
36 35BRANCH = "3.0"
37SRCREV_sdk = "60cb1a7763b670108b17c7e1345394e424153bea"
38BRANCH_sdk = "master"
39 36
40S = "${WORKDIR}/git" 37S = "${WORKDIR}/git"
41 38