[OE-core] [PATCH] gcc: Fix packaging for gcc v5
Khem Raj
raj.khem at gmail.com
Tue May 12 16:07:26 UTC 2015
> On May 12, 2015, at 5:03 AM, Richard Purdie <richard.purdie at 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 at 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++ = "\
>
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 204 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20150512/b1175457/attachment-0002.sig>
More information about the Openembedded-core
mailing list