> On May 12, 2015, at 5:03 AM, Richard Purdie 
> <[email protected]> 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 <[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*”

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: signature.asc
Description: Message signed with OpenPGP using GPGMail

-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to