Openembedded Core Discussions
 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

* Re: [PATCH] gcc: Fix packaging for gcc v5
  2015-05-12 12:03 [PATCH] gcc: Fix packaging for gcc v5 Richard Purdie
@ 2015-05-12 16:07 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2015-05-12 16:07 UTC (permalink / raw)
  To: Richard Purdie; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 1037 bytes --]


> On May 12, 2015, at 5:03 AM, Richard Purdie <richard.purdie@linuxfoundation.org> wrote:
> 
> 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*”

this is ok but I think its better if we were explicit here since I would like to know
when a new file is added into gcc. this will implicitly add it.

> FILES_gcov-symlinks = "${bindir}/gcov"
> 
> FILES_g++ = "\
> 
> 


[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 211 bytes --]

^ permalink raw reply	[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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox