From ee80f15fba2672ec4c3dd05890e14abe224deff6 Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Tue, 28 Nov 2017 16:28:50 +0100 Subject: qtivi: Update to the latest version and add PACKAGECONFIG options for qtsimulator Change-Id: I39c3e41d5d1ca1ba4466fec4abd6bd49aa19cc10 Reviewed-by: Samuli Piippo --- recipes-qt/automotive/qtivi_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-qt/automotive/qtivi_git.bb b/recipes-qt/automotive/qtivi_git.bb index 3eb48e5..de12d54 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}" -- cgit v1.2.3-54-g00ecf