diff --git a/recipes-qt/packagegroups/nativesdk-packagegroup-qt6-toolchain-host.bb b/recipes-qt/packagegroups/nativesdk-packagegroup-qt6-toolchain-host.bb new file mode 100644 index 0000000..c3454f3 --- /dev/null +++ b/recipes-qt/packagegroups/nativesdk-packagegroup-qt6-toolchain-host.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Qt6 development host packages" +LICENSE = "MIT" + +inherit nativesdk packagegroup + +PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1" + +RDEPENDS_${PN} += " \ + ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-qtwayland-tools', '', d)} \ + nativesdk-qtbase-tools \ + nativesdk-qtdeclarative-tools \ + nativesdk-qttools-tools \ + nativesdk-perl-modules \ +"