mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
Include cmake and ninja always to sdk since mingw can build both starting in kirkstone. Pick-to: 6.8 Task-number: QTBUG-131438 Change-Id: Ie5ab5320d412a11526682d15fa4fa15abb4ebd91 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
26 lines
655 B
BlitzBasic
26 lines
655 B
BlitzBasic
DESCRIPTION = "Qt6 development host packages"
|
|
LICENSE = "MIT"
|
|
|
|
# avoid warning with inherit_defer allarch
|
|
PACKAGE_ARCH = ""
|
|
|
|
inherit packagegroup nativesdk
|
|
|
|
PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
|
|
|
|
RDEPENDS:${PN} += " \
|
|
nativesdk-cmake \
|
|
nativesdk-make \
|
|
nativesdk-ninja \
|
|
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-perl-modules \
|
|
nativesdk-python3-html5lib \
|
|
"
|