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
Amend 95fa269ffa and add same workaround
also for the commercial packagegroup to prevent QA error: "An allarch
packagegroup shouldn't depend on packages which are dynamically renamed."
Pick-to: 6.6 6.5
Change-Id: I6eaee9aa74681cfb70fb738d966cd7381f4bcdb0
Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
This commit is contained in:
parent
bc1179c5a3
commit
511db28072
|
|
@ -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