From d2472684380df09f5a86998a790186cd68097c44 Mon Sep 17 00:00:00 2001 From: Matt Madison Date: Sat, 20 Jan 2024 06:05:17 -0800 Subject: [PATCH] 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 --- .../packagegroups/nativesdk-packagegroup-cuda-sdk-host.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-core/packagegroups/nativesdk-packagegroup-cuda-sdk-host.bb b/recipes-core/packagegroups/nativesdk-packagegroup-cuda-sdk-host.bb index a59cc58c..398fa482 100644 --- a/recipes-core/packagegroups/nativesdk-packagegroup-cuda-sdk-host.bb +++ b/recipes-core/packagegroups/nativesdk-packagegroup-cuda-sdk-host.bb @@ -1,6 +1,7 @@ SUMMARY = "Host packages for CUDA SDK toolchain" -inherit packagegroup nativesdk +inherit packagegroup +inherit_defer nativesdk PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"