mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
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:
committed by
Richard Purdie
parent
b12d79ef5e
commit
a3eda321a6
@@ -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++ \
|
||||
|
||||
Reference in New Issue
Block a user