mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
packagegroup: fix warning caused by inherit_defer
Yocto scarthgap is now using inherit_defer which causes allarch to be inherited last, when nativesdk wants to always be the last one. Workaround this by setting PACKAGE_ARCH to empty, which causes the allarch inherit to be skipped. PACKAGE_ARCH will still end up being the same value, as packagegroup will set it correctly. Fixes QA Issue: nativesdk-packagegroup-qt6-toolchain-host: native/nativesdk class is not inherited last, this can result in unexpected behaviour. Pick-to: 6.7 6.6 6.5 Change-Id: I0457a62333d88b14c3330e3349f585dc6c3eec35 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
This commit is contained in:
parent
564f560b50
commit
8d3758ce9e
|
|
@ -1,6 +1,9 @@
|
|||
DESCRIPTION = "Qt6 development host packages"
|
||||
LICENSE = "MIT"
|
||||
|
||||
# avoid warning with inherit_defer allarch
|
||||
PACKAGE_ARCH = ""
|
||||
|
||||
inherit packagegroup nativesdk
|
||||
|
||||
PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user