diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-07-07 08:44:29 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-13 12:34:29 +0100 |
commit | ef0d0e105fdbb759f8a98a48fa0026586e663c40 (patch) | |
tree | 1600536cde1f71225fb8ed84124d252d9a473e80 /meta/recipes-devtools/binutils/binutils.inc | |
parent | 1a19f827894ee50a1de818dd4e60f92acb326385 (diff) | |
download | poky-ef0d0e105fdbb759f8a98a48fa0026586e663c40.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils.inc')
-rw-r--r-- | meta/recipes-devtools/binutils/binutils.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils.inc b/meta/recipes-devtools/binutils/binutils.inc index 08c14b2dee..9a6b9c83e8 100644 --- a/meta/recipes-devtools/binutils/binutils.inc +++ b/meta/recipes-devtools/binutils/binutils.inc | |||
@@ -35,11 +35,13 @@ FILES_${PN}-symlinks = " \ | |||
35 | ${bindir}/c++filt \ | 35 | ${bindir}/c++filt \ |
36 | ${bindir}/gprof \ | 36 | ${bindir}/gprof \ |
37 | ${bindir}/ld \ | 37 | ${bindir}/ld \ |
38 | ${bindir}/ld.bfd \ | ||
38 | ${bindir}/nm \ | 39 | ${bindir}/nm \ |
39 | ${bindir}/objcopy \ | 40 | ${bindir}/objcopy \ |
40 | ${bindir}/objdump \ | 41 | ${bindir}/objdump \ |
41 | ${bindir}/ranlib \ | 42 | ${bindir}/ranlib \ |
42 | ${bindir}/readelf \ | 43 | ${bindir}/readelf \ |
44 | ${bindir}/elfedit \ | ||
43 | ${bindir}/size \ | 45 | ${bindir}/size \ |
44 | ${bindir}/strip" | 46 | ${bindir}/strip" |
45 | 47 | ||