[oe-commits] Richard Purdie : gcc: Fix packaging for gcc v5

git at git.openembedded.org git at git.openembedded.org
Tue May 12 12:11:28 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: d3bef72eb1040b283529557562e6bd9ee54ce845
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=d3bef72eb1040b283529557562e6bd9ee54ce845

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Tue May 12 13:03:29 2015 +0100

gcc: Fix packaging for gcc v5

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>

---

 meta/recipes-devtools/gcc/gcc-target.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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++ = "\



More information about the Openembedded-commits mailing list