mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
binutils: package unpackaged files
To fix these package qa warnings WARNING: For recipe binutils, the following files were installed but not shipped in any package: WARNING: /usr/bin/ld.bfd WARNING: /usr/bin/elfedit (From OE-Core rev: 2365c6830119f9242aae3450488183ec11fe9c1d) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1a19f82789
commit
ef0d0e105f
@@ -35,11 +35,13 @@ FILES_${PN}-symlinks = " \
|
||||
${bindir}/c++filt \
|
||||
${bindir}/gprof \
|
||||
${bindir}/ld \
|
||||
${bindir}/ld.bfd \
|
||||
${bindir}/nm \
|
||||
${bindir}/objcopy \
|
||||
${bindir}/objdump \
|
||||
${bindir}/ranlib \
|
||||
${bindir}/readelf \
|
||||
${bindir}/elfedit \
|
||||
${bindir}/size \
|
||||
${bindir}/strip"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user