aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChaitanya Vadrevu <chaitanya.vadrevu@ni.com>2024-04-04 07:16:32 -0500
committerMartin Jansa <martin.jansa@gmail.com>2024-04-05 08:22:18 +0200
commitfb8966f60aacd42113574d6823a39009e94ca020 (patch)
tree3e0878d6413d7ef9527321e6aa36a45d39feb67b
parent890b716d92a49a43f8c6893a0d6c577064ebab02 (diff)
nativesdk-packagegroup-qt5-toolchain-host: Use inherit_defer for nativesdk
Since packagegroup.bbclass is using inherit_defer in oe-core, some classes are now appearing after native resulting in QA errors QA Issue: nativesdk-packagegroup-qt5-toolchain-host: native/nativesdk class is not inherited last, this can result in unexpected behaviour. Classes inherited after native/nativesdk: allarch.bbclass [native-last] Signed-off-by: Chaitanya Vadrevu <chaitanya.vadrevu@ni.com> Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
-rw-r--r--recipes-qt/packagegroups/nativesdk-packagegroup-qt5-toolchain-host.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-qt/packagegroups/nativesdk-packagegroup-qt5-toolchain-host.bb b/recipes-qt/packagegroups/nativesdk-packagegroup-qt5-toolchain-host.bb
index 36d56fd5..5ad0cedd 100644
--- a/recipes-qt/packagegroups/nativesdk-packagegroup-qt5-toolchain-host.bb
+++ b/recipes-qt/packagegroups/nativesdk-packagegroup-qt5-toolchain-host.bb
@@ -3,7 +3,8 @@
SUMMARY = "Host packages for the Qt5 standalone SDK or external toolchain"
LICENSE = "MIT"
-inherit packagegroup nativesdk
+inherit packagegroup
+inherit_defer nativesdk
PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"