1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

recipes-devtools: Add Summary information

Add Summary information and update Descripts as necessary.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
This commit is contained in:
Mark Hatle
2010-11-18 17:43:33 -06:00
committed by Richard Purdie
parent 2e0a8afe98
commit 8bcb64c073
22 changed files with 63 additions and 23 deletions
+6 -1
View File
@@ -1,4 +1,9 @@
DESCRIPTION = "A GNU collection of binary utilities"
SUMMARY = "A GNU collection of binary utilities"
DESCRIPTION = "The GNU Binutils are a collection of binary tools. The main ones are ld (GNU Linker), and as \
(GNU Assembler). This package also includes addition tools such as addr2line (Converts addresses into filenames \
and line numbers), ar (utility for creating, modifying and extracting archives), nm (list symbols in object \
files), objcopy (copy and translate object files), objdump (Display object information), and other tools and \
related libraries."
HOMEPAGE = "http://www.gnu.org/software/binutils/"
BUGTRACKER = "http://sourceware.org/bugzilla/"
SECTION = "devel"