nativesdk packagegroup

This commit is contained in:
Samuli Piippo 2020-02-03 10:40:28 +02:00
parent 2d784f9cdc
commit 2d6080a06f

View File

@ -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 \
"