mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 11:32:30 +00:00
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:
committed by
Matt Madison
parent
52db02b4aa
commit
336fdeda69
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user