From 336fdeda69d169feebd01770563d881f735eda99 Mon Sep 17 00:00:00 2001 From: Timo Schuster Date: Thu, 21 Mar 2024 13:09:40 +0100 Subject: [PATCH] Fix override syntax error in gcc-for-nvcc-cross.inc Signed-off-by: Timo Schuster --- recipes-devtools/gcc-for-nvcc/gcc-for-nvcc-cross.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc-cross.inc b/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc-cross.inc index f03e70cd..6bde66b6 100644 --- a/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc-cross.inc +++ b/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc-cross.inc @@ -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}"