Fixes: ERROR: QA Issue: gcc: Files/directories were installed but not shipped in any package: /usr/bin/i586-poky-linux-gcov-tool
with gcc v5.x Signed-off-by: Richard Purdie <[email protected]> diff --git a/meta/recipes-devtools/gcc/gcc-target.inc b/meta/recipes-devtools/gcc/gcc-target.inc index e348517..47fe1b6 100644 --- a/meta/recipes-devtools/gcc/gcc-target.inc +++ b/meta/recipes-devtools/gcc/gcc-target.inc @@ -83,7 +83,7 @@ FILES_cpp = "\ ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/cc1" FILES_cpp-symlinks = "${bindir}/cpp" -FILES_gcov = "${bindir}/${TARGET_PREFIX}gcov" +FILES_gcov = "${bindir}/${TARGET_PREFIX}gcov*" FILES_gcov-symlinks = "${bindir}/gcov" FILES_g++ = "\ -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
