[OE-core] [PATCH 1/1] gcc-5: fix installed-vs-shipped

Khem Raj raj.khem at gmail.com
Tue May 19 01:39:51 UTC 2015


> On May 14, 2015, at 1:11 AM, Robert Yang <liezhi.yang at windriver.com> wrote:
> 
> gcc-5.1.0: gcc: Files/directories were installed but not shipped in any package:
>  /usr/bin/i586-poky-linux-gcov-tool
> 

this is ok

> Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
> ---
> meta/recipes-devtools/gcc/gcc-target.inc |    8 ++++++--
> 1 file changed, 6 insertions(+), 2 deletions(-)
> 
> diff --git a/meta/recipes-devtools/gcc/gcc-target.inc b/meta/recipes-devtools/gcc/gcc-target.inc
> index e348517..5d31446 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++ \
> --
> 1.7.9.5
> 
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

-------------- 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/20150518/39ac4917/attachment-0002.sig>


More information about the Openembedded-core mailing list