mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
sdk: add new class for populating qt6 sdk
Add new class that can be used to create toolchain containing
all available Qt modules.
Change-Id: I84982749ea9093bbbd20f99391b063c4bcaee39f
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
(cherry picked from commit 63ba821b5c)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
68cd5cd824
commit
e33f206aa7
5
classes/populate_sdk_qt6.bbclass
Normal file
5
classes/populate_sdk_qt6.bbclass
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
inherit populate_sdk_qt6_base
|
||||
|
||||
# include all available modules
|
||||
TOOLCHAIN_HOST_TASK:append = " nativesdk-packagegroup-qt6-toolchain-host"
|
||||
TOOLCHAIN_TARGET_TASK:append = " packagegroup-qt6-modules"
|
||||
|
|
@ -1,9 +1,6 @@
|
|||
SUMMARY = "Meta package for building an installable Qt5 toolchain and SDK"
|
||||
SUMMARY = "Meta package for building an installable Qt6 toolchain and SDK"
|
||||
LICENSE = "MIT"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
|
||||
inherit populate_sdk populate_sdk_qt6_base
|
||||
|
||||
TOOLCHAIN_HOST_TASK:append = " nativesdk-packagegroup-qt6-toolchain-host"
|
||||
TOOLCHAIN_TARGET_TASK:append = " packagegroup-qt6-modules"
|
||||
inherit populate_sdk populate_sdk_qt6
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user