mirror of
				https://github.com/lingble/meta-tegra.git
				synced 2025-10-30 12:02:36 +00:00 
			
		
		
		
	cuda-nvcc: add missing runtime dependenices
nvcc needs nvvm-dev and crt-dev when installed on the target. It really does need those -dev packages, so relax the dev-deps packaging QA check. Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
		| @@ -14,8 +14,9 @@ do_install:append() { | |||||||
|  |  | ||||||
| FILES:${PN} = "${prefix}/local/cuda-${CUDA_VERSION}" | FILES:${PN} = "${prefix}/local/cuda-${CUDA_VERSION}" | ||||||
| FILES:${PN}-dev = "" | FILES:${PN}-dev = "" | ||||||
| INSANE_SKIP:${PN} += "dev-so" | INSANE_SKIP:${PN} += "dev-so dev-deps" | ||||||
| RDEPENDS:${PN} = "${BPN}-headers" | RDEPENDS:${PN} = "${BPN}-headers" | ||||||
|  | RDEPENDS:${PN}:append:class-target = " cuda-nvvm-dev cuda-crt-dev" | ||||||
| RDEPENDS:${PN}:append:class-nativesdk = " nativesdk-cuda-environment" | RDEPENDS:${PN}:append:class-nativesdk = " nativesdk-cuda-environment" | ||||||
|  |  | ||||||
| BBCLASSEXTEND = "native nativesdk" | BBCLASSEXTEND = "native nativesdk" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Matt Madison
					Matt Madison