mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Task-number: QTBUG-95705 Change-Id: Ieb57084e2cea47eb3407960ebfce404cee1ddc36 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
14 lines
231 B
BlitzBasic
14 lines
231 B
BlitzBasic
DESCRIPTION = "Qt6 modules"
|
|
LICENSE = "MIT"
|
|
|
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|
|
|
inherit packagegroup
|
|
|
|
PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
|
|
|
|
RDEPENDS:${PN} += " \
|
|
packagegroup-qt6-essentials \
|
|
packagegroup-qt6-addons \
|
|
"
|