aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2022-09-13 13:45:31 +0000
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-09-15 05:44:42 +0000
commit43b3fbce4e0070f646a1d3b312d4bc26b730816c (patch)
tree5431e5a40c47d827071b99c77d79b8631741bfd7
parentb9c9ddab3fd2bd008c120d346394b53d1b8935ae (diff)
qtinterfaceframework: add RRECOMMEND for the simulation package
If simulation support is enabled, make sure the package gets installed to the image and toolchain. CMake files have references to the plugins which causes builds to fail if interfaceframework is used with the SDK. Change-Id: I7cf0fc334644ce38e783f6b7e21a7f5b082dacd0 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@qt.io> (cherry picked from commit 18e0008e9eaea4fb3d5ea7f962bfbd184b3d66e2) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--recipes-qt/qt6/qtinterfaceframework.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/qt6/qtinterfaceframework.inc b/recipes-qt/qt6/qtinterfaceframework.inc
index 4165ffb..aee07f6 100644
--- a/recipes-qt/qt6/qtinterfaceframework.inc
+++ b/recipes-qt/qt6/qtinterfaceframework.inc
@@ -32,3 +32,4 @@ FILES:${PN}-simulation = " \
${systemd_unitdir}/system \
${sysconfdir}/simulation-server.conf \
"
+RRECOMMENDS:${PN} += "${PN}-simulation"