mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-11-01 12:57:53 +00:00
cuda-gdb: add missing runtime dependency
cuda-gdb is linked against libgmp. Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
@@ -12,6 +12,7 @@ do_compile:append() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
FILES:${PN}-dev += "${prefix}/local/cuda-${CUDA_VERSION}/share/gdb"
|
FILES:${PN}-dev += "${prefix}/local/cuda-${CUDA_VERSION}/share/gdb"
|
||||||
|
RDEPENDS:${PN} += "gmp"
|
||||||
RDEPENDS:${PN}-dev += "python3"
|
RDEPENDS:${PN}-dev += "python3"
|
||||||
INSANE_SKIP:${PN}-dev += "staticdev"
|
INSANE_SKIP:${PN}-dev += "staticdev"
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Reference in New Issue
Block a user