cuda-nvml: add staticdev to INSANE_SKIP for stubs package

since a static stub library has been added.

Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
Matt Madison
2024-10-13 06:18:55 -07:00
committed by Matt Madison
parent faef90b5f3
commit a12b82c231

View File

@@ -12,5 +12,6 @@ ALLOW_EMPTY:${PN} = "1"
FILES:${PN}-dev += "${prefix}/local/cuda-${CUDA_VERSION}/nvml/example"
EXCLUDE_PACKAGES_FROM_SHLIBS = ""
PRIVATE_LIBS = "libnvidia-ml.so.1"
INSANE_SKIP:${PN}-stubs += "staticdev"
BBCLASSEXTEND = "native nativesdk"