summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/local.conf.sample1
-rw-r--r--recipes-qt/qt5/qtquickcompiler_git.bb2
2 files changed, 1 insertions, 2 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index 81fd5c7..f98c43b 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -283,7 +283,6 @@ INHERIT += "internal-build"
283 283
284# Enables use of QtQuickCompiler if you have access to the gerrit project 284# Enables use of QtQuickCompiler if you have access to the gerrit project
285#ENABLE_QTQUICKCOMPILER = "1" 285#ENABLE_QTQUICKCOMPILER = "1"
286DISABLE_QTQUICKCOMPILER = "1"
287 286
288ACCEPT_FSL_EULA = "1" 287ACCEPT_FSL_EULA = "1"
289LICENSE_FLAGS_WHITELIST = "commercial" 288LICENSE_FLAGS_WHITELIST = "commercial"
diff --git a/recipes-qt/qt5/qtquickcompiler_git.bb b/recipes-qt/qt5/qtquickcompiler_git.bb
index 63f0f6a..23fbaf8 100644
--- a/recipes-qt/qt5/qtquickcompiler_git.bb
+++ b/recipes-qt/qt5/qtquickcompiler_git.bb
@@ -37,7 +37,7 @@ SRC_URI = " \
37 git://codereview.qt-project.org/qt/tqtc-qmlcompiler;nobranch=1;protocol=ssh \ 37 git://codereview.qt-project.org/qt/tqtc-qmlcompiler;nobranch=1;protocol=ssh \
38 " 38 "
39 39
40SRCREV = "8df367f3a7356337dba25666c52e73e3b0480df3" 40SRCREV = "86d362f4ed6baeab0dfc6d892f18458a65ec7361"
41 41
42S = "${WORKDIR}/git" 42S = "${WORKDIR}/git"
43 43