gcc-5: fix installed-vs-shipped

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

(From OE-Core rev: 3e2ca755624c13a8249ac66672ebf4d8d7217e62)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert Yang
2015-05-14 01:11:04 -07:00
committed by Richard Purdie
parent b12d79ef5e
commit a3eda321a6

View File

@@ -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++ \