mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
Workaround too eager packagegroup sanity check
Amend95fa269ffaand add same workaround also for the commercial packagegroup to prevent QA error: "An allarch packagegroup shouldn't depend on packages which are dynamically renamed." Change-Id: I6eaee9aa74681cfb70fb738d966cd7381f4bcdb0 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io> (cherry picked from commit511db28072) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit3b9ed8a29d)
This commit is contained in:
parent
dbd7212af8
commit
d244b9de47
|
|
@ -1,6 +1,9 @@
|
|||
DESCRIPTION = "Qt6 development host commercial packages"
|
||||
LICENSE = "MIT"
|
||||
|
||||
# disable sanity check for allarch packagegroup
|
||||
PACKAGE_ARCH = ""
|
||||
|
||||
inherit packagegroup nativesdk
|
||||
|
||||
PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user