aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/packagegroups/nativesdk-packagegroup-qt6-toolchain-host.bb
blob: d41d0e365c418c02da9d9af95735637462b0e6f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
DESCRIPTION = "Qt6 development host packages"
LICENSE = "MIT"

inherit packagegroup nativesdk

PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"

RDEPENDS:${PN} += " \
    nativesdk-make \
    nativesdk-packagegroup-qt6-toolchain-host-essentials \
    nativesdk-packagegroup-qt6-toolchain-host-addons \
    ${@bb.utils.contains('QT_COMMERCIAL_MODULES', '1', 'nativesdk-packagegroup-qt6-toolchain-host-commercial', '', d)} \
    ${FORLINUXHOST} \
"

FORLINUXHOST:mingw32 = ""
FORLINUXHOST = " \
    nativesdk-cmake \
    nativesdk-ninja \
    nativesdk-perl-modules \
    ${@bb.utils.contains('BBFILE_COLLECTIONS', 'openembedded-layer', 'nativesdk-python3-html5lib', '', d)} \
"