diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2010-11-18 17:43:33 -0600 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-16 15:53:08 +0000 |
commit | 8bcb64c0737e2322031a5579c1a3fa01d944b348 (patch) | |
tree | 5ee6a7ae1271334d6892636893c681f51990940c /meta/recipes-devtools/binutils | |
parent | 2e0a8afe9849383303d515d49c2a7aef9b4ba00e (diff) | |
download | openembedded-core-8bcb64c0737e2322031a5579c1a3fa01d944b348.tar.gz openembedded-core-8bcb64c0737e2322031a5579c1a3fa01d944b348.tar.bz2 openembedded-core-8bcb64c0737e2322031a5579c1a3fa01d944b348.tar.xz openembedded-core-8bcb64c0737e2322031a5579c1a3fa01d944b348.zip |
recipes-devtools: Add Summary information
Add Summary information and update Descripts as necessary.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-devtools/binutils')
-rw-r--r-- | meta/recipes-devtools/binutils/binutils.inc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-devtools/binutils/binutils.inc b/meta/recipes-devtools/binutils/binutils.inc index 501c1be1e..8669d7f87 100644 --- a/meta/recipes-devtools/binutils/binutils.inc +++ b/meta/recipes-devtools/binutils/binutils.inc @@ -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" |