Fix override syntax error in gcc-for-nvcc-cross.inc

Signed-off-by: Timo Schuster <timo.schuster@leica-microsystems.com>
This commit is contained in:
Timo Schuster
2024-03-21 13:09:40 +01:00
committed by Matt Madison
parent 52db02b4aa
commit 336fdeda69

View File

@@ -162,5 +162,5 @@ python do_gcc_stash_builddir_setscene () {
}
addtask do_gcc_stash_builddir_setscene
FILES_${PN} += "${exec_prefix}/bin/${TARGET_SYS}-${BINV}"
FILES:${PN} += "${exec_prefix}/bin/${TARGET_SYS}-${BINV}"
SYSROOT_DIRS_NATIVE += "${exec_prefix}/bin/${TARGET_SYS}-${BINV}"