mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
* all rdepends are skipped without Commercial Qt, make sure the packagegroup is skipped as well * fixes: ERROR: Nothing RPROVIDES 'qmlcompilerplus' (but meta-qt6/recipes-qt/packagegroups/packagegroup-qt6-commercial-modules.bb RDEPENDS on or otherwise requires it) qmlcompilerplus was skipped: Available only with Commercial Qt NOTE: Runtime target 'qmlcompilerplus' is unbuildable, removing... Missing or unbuildable dependency chain was: ['qmlcompilerplus'] ERROR: Nothing RPROVIDES 'qtvncserver' (but meta-qt6/recipes-qt/packagegroups/packagegroup-qt6-commercial-modules.bb RDEPENDS on or otherwise requires it) qtvncserver was skipped: Available only with Commercial Qt NOTE: Runtime target 'qtvncserver' is unbuildable, removing... Missing or unbuildable dependency chain was: ['qtvncserver'] Pick-to: 6.5 6.4 Change-Id: I373c034989a643b5e95f84deb5130580201eddea Reviewed-by: Martin Jansa <Martin.Jansa@gmail.com> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
16 lines
289 B
BlitzBasic
16 lines
289 B
BlitzBasic
DESCRIPTION = "Qt6 commercial addon modules"
|
|
LICENSE = "MIT"
|
|
|
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|
|
|
inherit packagegroup
|
|
include recipes-qt/qt6/qt6-commercial.inc
|
|
|
|
PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
|
|
|
|
RDEPENDS:${PN} += " \
|
|
qmlcompilerplus \
|
|
qtinsighttracker \
|
|
qtvncserver \
|
|
"
|