mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 11:32:30 +00:00
to eliminate the build-time warning about the nativesdk class not being inherited last. Signed-off-by: Matt Madison <matt@madison.systems>
11 lines
190 B
BlitzBasic
11 lines
190 B
BlitzBasic
SUMMARY = "Host packages for CUDA SDK toolchain"
|
|
|
|
inherit packagegroup
|
|
inherit_defer nativesdk
|
|
|
|
PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
|
|
|
|
RDEPENDS:${PN} = "\
|
|
nativesdk-cuda-compiler \
|
|
"
|