From: Robert Yang Date: Thu, 14 May 2015 08:11:04 +0000 (-0700) Subject: gcc-5: fix installed-vs-shipped X-Git-Tag: 2015-10~1883 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3e2ca755624c13a8249ac66672ebf4d8d7217e62;p=openembedded-core.git gcc-5: fix installed-vs-shipped gcc-5.1.0: gcc: Files/directories were installed but not shipped in any package: /usr/bin/i586-poky-linux-gcov-tool Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/gcc/gcc-target.inc b/meta/recipes-devtools/gcc/gcc-target.inc index e3485172a7..5d314460c0 100644 --- a/meta/recipes-devtools/gcc/gcc-target.inc +++ b/meta/recipes-devtools/gcc/gcc-target.inc @@ -83,8 +83,12 @@ FILES_cpp = "\ ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/cc1" FILES_cpp-symlinks = "${bindir}/cpp" -FILES_gcov = "${bindir}/${TARGET_PREFIX}gcov" -FILES_gcov-symlinks = "${bindir}/gcov" +FILES_gcov = "${bindir}/${TARGET_PREFIX}gcov \ + ${bindir}/${TARGET_PREFIX}gcov-tool \ +" +FILES_gcov-symlinks = "${bindir}/gcov \ + ${bindir}/gcov-tool \ +" FILES_g++ = "\ ${bindir}/${TARGET_PREFIX}g++ \