aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2017-11-28 16:28:50 +0100
committerDominik Holland <dominik.holland@pelagicore.com>2017-11-29 09:11:07 +0000
commitee80f15fba2672ec4c3dd05890e14abe224deff6 (patch)
tree104a1645dbb0893c7ebdbf9e3a17d6abafbfca60 /recipes-qt
parenta9e35b7be8144b7a470f0274abd820e1ad041eed (diff)
qtivi: Update to the latest version and add PACKAGECONFIG options for qtsimulator
Change-Id: I39c3e41d5d1ca1ba4466fec4abd6bd49aa19cc10 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'recipes-qt')
-rw-r--r--recipes-qt/automotive/qtivi_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-qt/automotive/qtivi_git.bb b/recipes-qt/automotive/qtivi_git.bb
index 3eb48e5e..de12d54a 100644
--- a/recipes-qt/automotive/qtivi_git.bb
+++ b/recipes-qt/automotive/qtivi_git.bb
@@ -50,7 +50,7 @@ SRC_URI += " \
file://0001-Use-QT_HOST_BINS-get-for-getting-correct-path.patch \
"
-SRCREV_qtivi = "705acb8d595d772778dd4985b762ed6a604473d9"
+SRCREV_qtivi = "da3d3770f1ba310e0879b1767cf436c5bea67da4"
SRCREV_qface = "295824c8df7f74af8f3d1f368ec15942e6622f22"
SRCREV = "${SRCREV_qtivi}"
SRCREV_FORMAT = "qtivi_qface"
@@ -63,6 +63,8 @@ PACKAGECONFIG[geniviextras-only] = "QMAKE_EXTRA_ARGS+=--geniviextras-only"
PACKAGECONFIG[ivigenerator] = "QMAKE_EXTRA_ARGS+=-system-ivigenerator"
PACKAGECONFIG[ivigenerator-native] = "QMAKE_EXTRA_ARGS+=-qt-ivigenerator,,python3 python3-virtualenv"
PACKAGECONFIG[host-tools-only] = "QMAKE_EXTRA_ARGS+=-host-tools-only"
+PACKAGECONFIG[simulator] = "QMAKE_EXTRA_ARGS+=-feature-simulator,QMAKE_EXTRA_ARGS+=-no-feature-simulator,qtsimulator"
+PACKAGECONFIG[simulator-native] = "QMAKE_EXTRA_ARGS+=-feature-simulator QMAKE_EXTRA_ARGS+=--force-ivigenerator-qtsimulator"
PACKAGECONFIG_class-native ??= "host-tools-only ivigenerator-native"
PACKAGECONFIG_class-nativesdk ??= "${PACKAGECONFIG_class-native}"