aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2021-11-24 14:03:54 +0200
committerSamuli Piippo <samuli.piippo@qt.io>2021-11-25 14:12:22 +0200
commitd809311a65f0a00dfae90d07abd640c0d1a0840e (patch)
treeffdfa32790b9eb2dece5da238556711d3ffd775a
parent16be6131aed488af251e6826022a5246c81e4a8c (diff)
qmlcompiler: add all needed packages to host SDK
Need to include -dev and -tools packages for Qml Compiler. Change-Id: I573f835f7166cf3adde7ffc4ef477769b4b4f566 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> (cherry picked from commit 503ff87af5cde152e7643033e2de1099b5de9eeb)
-rw-r--r--recipes-qt/packagegroups/nativesdk-packagegroup-qt6-toolchain-host.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/packagegroups/nativesdk-packagegroup-qt6-toolchain-host.bb b/recipes-qt/packagegroups/nativesdk-packagegroup-qt6-toolchain-host.bb
index e383a73..ea2260c 100644
--- a/recipes-qt/packagegroups/nativesdk-packagegroup-qt6-toolchain-host.bb
+++ b/recipes-qt/packagegroups/nativesdk-packagegroup-qt6-toolchain-host.bb
@@ -13,7 +13,7 @@ RDEPENDS:${PN} += " \
nativesdk-cmake \
nativesdk-ninja \
nativesdk-perl-modules \
- ${@bb.utils.contains('ENABLE_QMLCOMPILER', '1', 'nativesdk-qmlcompilerplus', '', d)} \
+ ${@bb.utils.contains('ENABLE_QMLCOMPILER', '1', 'nativesdk-qmlcompilerplus-dev nativesdk-qmlcompilerplus-tools', '', d)} \
nativesdk-qtapplicationmanager-dev \
nativesdk-qtapplicationmanager-tools \
nativesdk-qtbase-dev \