]> code.ossystems Code Review - openembedded-core.git/commitdiff
recipes-devtools: Add Summary information
authorMark Hatle <mark.hatle@windriver.com>
Thu, 18 Nov 2010 23:43:33 +0000 (17:43 -0600)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 16 Dec 2010 15:53:08 +0000 (15:53 +0000)
Add Summary information and update Descripts as necessary.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
22 files changed:
meta/recipes-devtools/autoconf/autoconf.inc
meta/recipes-devtools/automake/automake.inc
meta/recipes-devtools/binutils/binutils.inc
meta/recipes-devtools/bison/bison_2.4.3.bb
meta/recipes-devtools/chrpath/chrpath_0.13.bb
meta/recipes-devtools/diffstat/diffstat_1.54.bb
meta/recipes-devtools/distcc/distcc_2.18.3.bb
meta/recipes-devtools/e2fsprogs/e2fsprogs.inc
meta/recipes-devtools/file/file_5.04.bb
meta/recipes-devtools/flex/flex.inc
meta/recipes-devtools/genext2fs/genext2fs.inc
meta/recipes-devtools/gnu-config/gnu-config_20080123.bb
meta/recipes-devtools/insserv/insserv_1.14.0.bb
meta/recipes-devtools/libtool/libtool.inc
meta/recipes-devtools/m4/m4_1.4.15.bb
meta/recipes-devtools/make/make.inc
meta/recipes-devtools/patch/patch.inc
meta/recipes-devtools/pax-utils/pax-utils_0.2.1.bb
meta/recipes-devtools/perl/perl_5.8.8.bb
meta/recipes-devtools/pkgconfig/pkgconfig.inc
meta/recipes-devtools/prelink/prelink_git.bb
meta/recipes-devtools/update-alternatives/update-alternatives-dpkg.inc

index 8816a66d32432519a9f2f03f24ccfa5d31f83781..47b2b844ebaf65250780ed53f15f352966bf710e 100644 (file)
@@ -1,5 +1,7 @@
-DESCRIPTION = "A package of M4 macros to produce scripts to \
-automatically configure sourcecode."
+SUMMARY = "A GNU tool that procuded shell scripts to automatically configure software."
+DESCRIPTION = "Autoconf is an extensible package of M4 macros that produce shell scripts to automatically \ 
+configure software source code packages. Autoconf creates a configuration script for a package from a template \
+file that lists the operating system features that the package can use, in the form of M4 macro calls."
 LICENSE = "GPLv3"
 HOMEPAGE = "http://www.gnu.org/software/autoconf/"
 SECTION = "devel"
index d68c45d4f7610598d0fd2571a9f4640bff913ca7..524e93e1530cfffb9e0e9cf51c033b67c984158e 100644 (file)
@@ -1,4 +1,6 @@
-DESCRIPTION = "A tool for automatically generating Makefiles."
+SUMMARY = "A GNU tool for automatically generating Makefiles."
+DESCRIPTION = "Automake is a tool for automatically generating `Makefile.in' files compliant with the GNU Coding \
+Standards. Automake requires the use of Autoconf."
 LICENSE = "GPLv2"
 HOMEPAGE = "http://www.gnu.org/software/automake/"
 SECTION = "devel"
index 501c1be1ec9ae74e38bfbe9330240fcb61093dc7..8669d7f871dcc78144809400d5690ba721cf8de3 100644 (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"
index 0df7e70eec8e0d09520953fb3d894f3b79bc6f33..03fd463fd8bd824a7679ee05dbc7d567e2bcbcf4 100644 (file)
@@ -1,4 +1,8 @@
-DESCRIPTION = "GNU Project parser generator (yacc replacement)."
+SUMMARY = "GNU Project parser generator (yacc replacement)."
+DESCRIPTION = "Bison is a general-purpose parser generator that converts an annotated context-free grammar into \
+an LALR(1) or GLR parser for that grammar.  Bison is upward compatible with Yacc: all properly-written Yacc \
+grammars ought to work with Bison with no change. Anyone familiar with Yacc should be able to use Bison with \
+little trouble."
 HOMEPAGE = "http://www.gnu.org/software/bison/"
 LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
index 19cdadfca98c33ef118f462da3e4a327dd41896f..df7863e0942de9a7104984a1826af27970906420 100644 (file)
@@ -1,3 +1,4 @@
+SUMMARY = "Tool to edit rpath in ELF binaries"
 DESCRIPTION = "chrpath allows you to change the rpath (where the application \
 looks for libraries) in an application. It does not (yet) allow you to add an \
 rpath if there isn't one already."
index 7e2bd1e20d5638dec39f106acb776f0ed270ff9f..fc505f95e4d02b8940281bbef1a1f59fd752fee2 100644 (file)
@@ -1,3 +1,4 @@
+SUMMARY = "Tool to produce a statistics based on a diff"
 DESCRIPTION = "diffstat reads the output of diff and displays a histogram of \
 the insertions, deletions, and modifications per-file. It is useful for \
 reviewing large, complex patch files."
index 75f67781d96f90c6d5324d9e2c58c17a44309d53..1b14a6b1199a05d26d91e09730f2132248fcc452 100644 (file)
@@ -1,3 +1,4 @@
+SUMMARY = "A parallel build system"
 DESCRIPTION = "distcc is a parallel build system that distributes \
 compilation of C/C++/ObjC code across machines on a network."
 SECTION = "devel"
index a107178514c04db82340bbc776632340e6d0a7e2..1ef634074f51aed8ee152f03f28be28b98dbc860 100644 (file)
@@ -1,4 +1,6 @@
-DESCRIPTION = "The Ext2 Filesystem Utilities (e2fsprogs) contain all of the standard utilities for creating, fixing, configuring , and debugging ext2 filesystems."
+SUMMARY = "Ext2 Filesystem Utilities"
+DESCRIPTION = "The Ext2 Filesystem Utilities (e2fsprogs) contain all of the standard utilities for creating, \
+fixing, configuring , and debugging ext2 filesystems."
 HOMEPAGE = "http://e2fsprogs.sourceforge.net/"
 
 LICENSE = "GPLv2 & LGPLv2 & BSD & MIT"
index ad6986204b72fef148cc14c4029abee3d6a1286a..b7451372f59f1229e47100eed02ae72c09b3766b 100644 (file)
@@ -1,3 +1,4 @@
+SUMMARY = "File classification tool"
 DESCRIPTION = "File attempts to classify files depending \
 on their contents and prints a description if a match is found."
 HOMEPAGE = "http://www.darwinsys.com/file/"
index da95a5e25e5118f8d03c42d4ecd29163d3a0eefe..93fa7e81a4d2f1a5bb71983fafa0f76bf5ba76fa 100644 (file)
@@ -1,4 +1,6 @@
-DESCRIPTION = "Flex is a tool for generating programs that recognize lexical patterns in text."
+SUMMARY = "Flex (The Fast Lexical Analyzer)"
+DESCRIPTION = "Flex is a fast lexical analyser generator.  Flex is a tool for generating programs that recognize \
+lexical patterns in text."
 HOMEPAGE = "http://sourceforge.net/projects/flex/"
 
 SECTION = "devel"
index 859e49b2eb2b440ceac4105d0455fc2e1c0976b2..8bf2fce59bd78feed260b9465d77a4a3d4c34159 100644 (file)
@@ -1,3 +1,4 @@
+SUMMARY = "Ext2 filesystem generation tool"
 DESCRIPTION = "A tool to generate an ext2 filesystem \
 as a normal (non-root) user."
 HOMEPAGE = "http://genext2fs.sourceforge.net/"
index 5d7d646f92e4e1211526f81621b0756ef4231131..2629ecb52fd6214904d46258baabdcf9f9af6339 100644 (file)
@@ -1,4 +1,5 @@
-DESCRIPTION = "gnu-configize"
+SUMMARY = "gnu-configize"
+DESCRIPTION = "Tool that installs the GNU config.guess / config.sub into a directory tree"
 SECTION = "devel"
 LICENSE = "GPLv1+"
 LIC_FILES_CHKSUM = "file://config.guess;endline=39;md5=a089987af4a25cb0419d1c2fd6d495e3"
index 75f79d9cadf61ab1453f5d8dcb450ba0a68a47f0..ec43b3bf12c01140b21fa2ae3e93726be0358f1f 100644 (file)
@@ -1,5 +1,6 @@
-SUMMARY = "Enable an installed system init script"
-DESCRIPTION = "Enable an installed system init script by reading the comment header of the script"
+SUMMARY = "Boot sequence organizer using LSB init.d dependencies"
+DESCRIPTION = "This utility reorders the init.d boot scripts based on dependencies given in scripts' LSB comment \
+headers, or in override files included in this package or added in /etc/insserv."
 # There is no known home page for insserv
 SECTION = "base"
 PRIORITY = "optional"
index c94dadd0afcccd817f7fb59d31628ed87db39c54..9690e3b7bfb3d804ca95eaeee4188d2254813631 100644 (file)
@@ -1,5 +1,5 @@
-DESCRIPTION = "Generic library support script \
-This is GNU libtool, a generic library support script.  Libtool hides \
+SUMMARY = "Generic library support script"
+DESCRIPTION = "This is GNU libtool, a generic library support script.  Libtool hides \
 the complexity of generating special library types (such as shared \
 libraries) behind a consistent interface."
 HOMEPAGE = "http://www.gnu.org/software/libtool/libtool.html"
index 908bc10e8667490e0eae10e2fd8aa4dd44a6dca7..586071f6722b6323f9d7a39d3e7a0a1bb95dc3eb 100644 (file)
@@ -1,4 +1,7 @@
-DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro processor."
+SUMMARY = "Traditional Unix macro processor"
+DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro processor.  It is mostly SVR4 \
+compatible although it has some extensions (for example, handling more than 9 positional parameters to macros). \
+GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc."
 LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\
        file://examples/COPYING;md5=380fd7d57d3fd009a5716e074a845d6d"
index b7c353f9471d39591ccf0b4fa50a01b7d0304d11..d9e05594f9a9e2f2a2fbbe5a5f6da65b30405650 100644 (file)
@@ -1,6 +1,7 @@
-DESCRIPTION = "GNU Make examines the timestamps on a set of \
-interdependent files, and, if necessary, issues commands \
-to bring them up-to-date."
+SUMMARY = "GNU tool that controls the build process"
+DESCRIPTION = "Make is a tool which controls the generation of executables and other non-source files of a \
+program from the program's source files.  Make gets its knowledge of how to build your program from a file \
+called the makefile, which lists each of the non-source files and how to compute it from other files."
 HOMEPAGE = "http://www.gnu.org/software/make/"
 SECTION = "devel"
 LICENSE = "GPL"
index 4ce51703aa7118ab90ffa8b278608a30c48eb41a..82a5acda118867e87671680e9abc8f2fe700c624 100644 (file)
@@ -1,3 +1,4 @@
+SUMMARY = "Tool for applying a patch file"
 DESCRIPTION = "patch takes a patch file containing a difference listing \
 produced by the diff program and applies those differences to one or more \
 original files, producing patched versions."
index 9c789cd76d2460d992d1a7cbe946bf93c332090d..f19934c22349bd9f2196634af4ae14fb7e3f2e0d 100644 (file)
@@ -1,4 +1,7 @@
-DESCRIPTION = "pax-utils is a small set of various PaX aware and related utilities for ELF binaries. PaX's main goal is to research various defense mechanisms against the exploitation of software bugs that give an attacker arbitrary read/write access to the attacked task's address space"
+SUMMARY = "Security-focused ELF files checking tool"
+DESCRIPTION = "This is a small set of various PaX aware and related utilities for ELF binaries. It can check ELF \
+binary files and running processes for issues that might be relevant when using ELF binaries along with PaX, \
+such as non-PIC code or executable stack and heap."
 HOMEPAGE    = "http://www.gentoo.org/proj/en/hardened/pax-utils.xml"
 LICENSE     = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
index 2515b6e0b9e14f5dea98e96f1b93abff8220145a..8e2f0c0af727b6d6cee3ea35c300bdeefde66e4f 100644 (file)
@@ -1,4 +1,7 @@
-DESCRIPTION = "Perl is a popular scripting language."
+SUMMARY = "Perl (Pathologically Eclectic Rubbish Lister)"
+DESCRIPTION = "Perl is a high-level, general-purpose, interpreted, dynamic programming language.  It was \
+originally written as a general-purpose scripting language to make report processing easier.  This makes perl \
+especially good at handling text."
 HOMEPAGE = "http://www.perl.org/"
 SECTION = "devel"
 LICENSE = "Artistic|GPL"
index c0e748173dfdc2968cbca7a4db00a705529c615d..641bfae37319fb6004ae6756b44dcac8f065e401 100644 (file)
@@ -1,7 +1,6 @@
-DESCRIPTION = "pkg-config is a system for managing library \
-compile/link flags that works with automake and autoconf. \
-It replaces the ubiquitous *-config scripts you may have \
-seen with a single tool."
+SUMMARY = "Helper tool used when compiling"
+DESCRIPTION = "pkg-config is a helper tool used when compiling applications and libraries. It helps determined \
+the correct compiler/link options.  It is also language-agnostic."
 HOMEPAGE = "http://pkg-config.freedesktop.org/wiki/"
 BUGTRACKER = "http://bugs.freedesktop.org/buglist.cgi?product=pkg-config"
 SECTION = "console/utils"
index 6df19f98d2581b513afabf5627bea750d3ba5522..1601443e3ff4c92f983d76e045ad0373142bd214 100644 (file)
@@ -1,7 +1,8 @@
 SECTION = "devel"
 # Need binutils for libiberty.a
 DEPENDS = "elfutils binutils"
-DESCRIPTION = " The prelink package contains a utility which modifies ELF shared libraries \
+SUMMARY = "An ELF prelinking utility"
+DESCRIPTION = "The prelink package contains a utility which modifies ELF shared libraries \
 and executables, so that far fewer relocations need to be resolved at \
 runtime and thus programs come up faster."
 LICENSE = "GPLv2"
index 106fa25e1463f2395499149c7fc0512da6ed6bd1..9b53df872535443fbb84fb2caa70ba5351d990bd 100644 (file)
@@ -1,3 +1,8 @@
+SUMMARY = "Manage alternatives"
+DESCRIPTION = "update-alternatives creates, removes, maintains and displays information about the symbolic links \
+comprising the Debian alternatives system. The Debian alternatives system attempts solve the problem of several \
+programs fulfilling the same or similar functions and how they can be installed onto a single system at the same \
+time."
 LICENSE = "GPL"
 SECTION = "base"
 SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.gz"