nativesdk-packagegroup-cuda-sdk-host: use inherit_defer

to eliminate the build-time warning about the nativesdk class
not being inherited last.

Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
Matt Madison
2024-01-20 06:05:17 -08:00
parent b86c2aebe2
commit d247268438

View File

@@ -1,6 +1,7 @@
SUMMARY = "Host packages for CUDA SDK toolchain"
inherit packagegroup nativesdk
inherit packagegroup
inherit_defer nativesdk
PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"