mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
nativesdk packagegroup
This commit is contained in:
parent
2d784f9cdc
commit
2d6080a06f
|
|
@ -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 \
|
||||
"
|
||||
Loading…
Reference in New Issue
Block a user