summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5-addons/qtquickcompiler_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5-addons/qtquickcompiler_git.bb')
-rw-r--r--recipes-qt/qt5-addons/qtquickcompiler_git.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-qt/qt5-addons/qtquickcompiler_git.bb b/recipes-qt/qt5-addons/qtquickcompiler_git.bb
index c15ebd4..fc08950 100644
--- a/recipes-qt/qt5-addons/qtquickcompiler_git.bb
+++ b/recipes-qt/qt5-addons/qtquickcompiler_git.bb
@@ -34,11 +34,10 @@ LIC_FILES_CHKSUM = "file://compiler/qtquickcompiler.h;md5=02f6307ab0d6c4bd38a154
34inherit qt5-module 34inherit qt5-module
35 35
36SRC_URI = " \ 36SRC_URI = " \
37 git://codereview.qt-project.org/qt/tqtc-qmlcompiler;branch=${BRANCH};protocol=ssh \ 37 git://codereview.qt-project.org/qt/tqtc-qmlcompiler;nobranch=1;protocol=ssh \
38 " 38 "
39 39
40SRCREV = "ea222ff87942781d1091fdcd0385a0c842d21e15" 40SRCREV = "973a3d4c78c4435c34f1967a737e8b358c88f16f"
41BRANCH = "5.6"
42 41
43S = "${WORKDIR}/git" 42S = "${WORKDIR}/git"
44 43