All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gcc: Fix packaging for gcc v5
@ 2015-05-12 12:03 Richard Purdie
  2015-05-12 16:07 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Purdie @ 2015-05-12 12:03 UTC (permalink / raw)
  To: openembedded-core, Khem Raj

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 <richard.purdie@linuxfoundation.org>

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++ = "\




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-12 16:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-12 12:03 [PATCH] gcc: Fix packaging for gcc v5 Richard Purdie
2015-05-12 16:07 ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.