All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] gcc-5: fix installed-vs-shipped
@ 2015-05-14  8:11 Robert Yang
  2015-05-14  8:11 ` [PATCH 1/1] " Robert Yang
  0 siblings, 1 reply; 3+ messages in thread
From: Robert Yang @ 2015-05-14  8:11 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 1702f52b5860336d36fb912fbe2851437e74a7d5:

  gcc5: Add PR65779 patch to fix powerpc compile issues (2015-05-12 13:09:44 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/gcc5
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/gcc5

Robert Yang (1):
  gcc-5: fix installed-vs-shipped

 meta/recipes-devtools/gcc/gcc-target.inc |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

-- 
1.7.9.5



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

* [PATCH 1/1] gcc-5: fix installed-vs-shipped
  2015-05-14  8:11 [PATCH 0/1] gcc-5: fix installed-vs-shipped Robert Yang
@ 2015-05-14  8:11 ` Robert Yang
  2015-05-19  1:39   ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Robert Yang @ 2015-05-14  8:11 UTC (permalink / raw)
  To: openembedded-core

gcc-5.1.0: gcc: Files/directories were installed but not shipped in any package:
  /usr/bin/i586-poky-linux-gcov-tool

Signed-off-by: Robert Yang <liezhi.yang@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



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

* Re: [PATCH 1/1] gcc-5: fix installed-vs-shipped
  2015-05-14  8:11 ` [PATCH 1/1] " Robert Yang
@ 2015-05-19  1:39   ` Khem Raj
  0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2015-05-19  1:39 UTC (permalink / raw)
  To: Robert Yang; +Cc: openembedded-core

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


> On May 14, 2015, at 1:11 AM, Robert Yang <liezhi.yang@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@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@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

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

end of thread, other threads:[~2015-05-19  1:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-14  8:11 [PATCH 0/1] gcc-5: fix installed-vs-shipped Robert Yang
2015-05-14  8:11 ` [PATCH 1/1] " Robert Yang
2015-05-19  1:39   ` 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.