mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 03:22:36 +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"
|
||||
RDEPENDS:${PN} += "gmp"
|
||||
RDEPENDS:${PN}-dev += "python3"
|
||||
INSANE_SKIP:${PN}-dev += "staticdev"
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user