From d809311a65f0a00dfae90d07abd640c0d1a0840e Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Wed, 24 Nov 2021 14:03:54 +0200 Subject: [PATCH] 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 (cherry picked from commit 503ff87af5cde152e7643033e2de1099b5de9eeb) --- .../packagegroups/nativesdk-packagegroup-qt6-toolchain-host.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \