aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2022-09-13 13:45:31 +0000
committerSamuli Piippo <samuli.piippo@qt.io>2022-09-15 04:49:22 +0000
commit18e0008e9eaea4fb3d5ea7f962bfbd184b3d66e2 (patch)
treea2e1fe63acfa17bd85491f2ced1a8c816d6439d3
parent097d8a347eb95abc3edb559ee5aa828009a3e366 (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. Pick-to: 6.4 6.4.0 6.2 Change-Id: I7cf0fc334644ce38e783f6b7e21a7f5b082dacd0 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@qt.io>
-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"