summaryrefslogtreecommitdiffstats
path: root/recipes-qt/automotive/qtivi_git.bb
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2016-12-01 17:05:58 +0200
committerSamuli Piippo <samuli.piippo@qt.io>2016-12-09 12:46:24 +0000
commit2e5f9797fed62516808cb52c0e579726c785c5e7 (patch)
treefc4996ddbeeee137123ccb9f0f2afce8f4f314cd /recipes-qt/automotive/qtivi_git.bb
parent6473d7afc408b8e3ca5448bcb25cb1395faa588e (diff)
downloadmeta-boot2qt-2e5f9797fed62516808cb52c0e579726c785c5e7.tar.gz
qt5: update submodules
Needs updates for meta-qt5 and meta-mingw Temporarily disable QtQuickCompiler (QTRD-2219) Change-Id: I089e4b4ce56030a37ee42324c13d43bade492bf3 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to 'recipes-qt/automotive/qtivi_git.bb')
-rw-r--r--recipes-qt/automotive/qtivi_git.bb9
1 files changed, 7 insertions, 2 deletions
diff --git a/recipes-qt/automotive/qtivi_git.bb b/recipes-qt/automotive/qtivi_git.bb
index 0c50457..7c487ac 100644
--- a/recipes-qt/automotive/qtivi_git.bb
+++ b/recipes-qt/automotive/qtivi_git.bb
@@ -38,6 +38,11 @@ LIC_FILES_CHKSUM = "file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
38inherit qt5-module 38inherit qt5-module
39require recipes-qt/qt5/qt5-git.inc 39require recipes-qt/qt5/qt5-git.inc
40 40
41SRCREV = "ccc1f3af652e4f2785d9ac60eeae521130740b1a" 41PACKAGECONFIG ?= "taglib"
42PACKAGECONFIG[taglib] = "CONFIG+=config_taglib CONFIG+=done_config_taglib,CONFIG+=done_config_taglib,taglib"
42 43
43DEPENDS = "qtbase qtdeclarative" 44EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}"
45
46SRCREV = "1163c5e8e269d73b4e422a12e47f7db34285c4a0"
47
48DEPENDS = "qtbase qtdeclarative qtmultimedia"