summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2010-11-18 17:43:33 -0600
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-16 15:53:08 +0000
commit8bcb64c0737e2322031a5579c1a3fa01d944b348 (patch)
tree5ee6a7ae1271334d6892636893c681f51990940c /meta/recipes-devtools
parent2e0a8afe9849383303d515d49c2a7aef9b4ba00e (diff)
downloadpoky-8bcb64c0737e2322031a5579c1a3fa01d944b348.tar.gz
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')
-rw-r--r--meta/recipes-devtools/autoconf/autoconf.inc6
-rw-r--r--meta/recipes-devtools/automake/automake.inc4
-rw-r--r--meta/recipes-devtools/binutils/binutils.inc7
-rw-r--r--meta/recipes-devtools/bison/bison_2.4.3.bb6
-rw-r--r--meta/recipes-devtools/chrpath/chrpath_0.13.bb1
-rw-r--r--meta/recipes-devtools/diffstat/diffstat_1.54.bb1
-rw-r--r--meta/recipes-devtools/distcc/distcc_2.18.3.bb1
-rw-r--r--meta/recipes-devtools/e2fsprogs/e2fsprogs.inc4
-rw-r--r--meta/recipes-devtools/file/file_5.04.bb1
-rw-r--r--meta/recipes-devtools/flex/flex.inc4
-rw-r--r--meta/recipes-devtools/genext2fs/genext2fs.inc1
-rw-r--r--meta/recipes-devtools/gnu-config/gnu-config_20080123.bb3
-rw-r--r--meta/recipes-devtools/insserv/insserv_1.14.0.bb5
-rw-r--r--meta/recipes-devtools/libtool/libtool.inc4
-rw-r--r--meta/recipes-devtools/m4/m4_1.4.15.bb5
-rw-r--r--meta/recipes-devtools/make/make.inc7
-rw-r--r--meta/recipes-devtools/patch/patch.inc1
-rw-r--r--meta/recipes-devtools/pax-utils/pax-utils_0.2.1.bb5
-rw-r--r--meta/recipes-devtools/perl/perl_5.8.8.bb5
-rw-r--r--meta/recipes-devtools/pkgconfig/pkgconfig.inc7
-rw-r--r--meta/recipes-devtools/prelink/prelink_git.bb3
-rw-r--r--meta/recipes-devtools/update-alternatives/update-alternatives-dpkg.inc5
22 files changed, 63 insertions, 23 deletions
diff --git a/meta/recipes-devtools/autoconf/autoconf.inc b/meta/recipes-devtools/autoconf/autoconf.inc
index 8816a66d32..47b2b844eb 100644
--- a/meta/recipes-devtools/autoconf/autoconf.inc
+++ b/meta/recipes-devtools/autoconf/autoconf.inc
@@ -1,5 +1,7 @@
1DESCRIPTION = "A package of M4 macros to produce scripts to \ 1SUMMARY = "A GNU tool that procuded shell scripts to automatically configure software."
2automatically configure sourcecode." 2DESCRIPTION = "Autoconf is an extensible package of M4 macros that produce shell scripts to automatically \
3configure software source code packages. Autoconf creates a configuration script for a package from a template \
4file that lists the operating system features that the package can use, in the form of M4 macro calls."
3LICENSE = "GPLv3" 5LICENSE = "GPLv3"
4HOMEPAGE = "http://www.gnu.org/software/autoconf/" 6HOMEPAGE = "http://www.gnu.org/software/autoconf/"
5SECTION = "devel" 7SECTION = "devel"
diff --git a/meta/recipes-devtools/automake/automake.inc b/meta/recipes-devtools/automake/automake.inc
index d68c45d4f7..524e93e153 100644
--- a/meta/recipes-devtools/automake/automake.inc
+++ b/meta/recipes-devtools/automake/automake.inc
@@ -1,4 +1,6 @@
1DESCRIPTION = "A tool for automatically generating Makefiles." 1SUMMARY = "A GNU tool for automatically generating Makefiles."
2DESCRIPTION = "Automake is a tool for automatically generating `Makefile.in' files compliant with the GNU Coding \
3Standards. Automake requires the use of Autoconf."
2LICENSE = "GPLv2" 4LICENSE = "GPLv2"
3HOMEPAGE = "http://www.gnu.org/software/automake/" 5HOMEPAGE = "http://www.gnu.org/software/automake/"
4SECTION = "devel" 6SECTION = "devel"
diff --git a/meta/recipes-devtools/binutils/binutils.inc b/meta/recipes-devtools/binutils/binutils.inc
index 501c1be1ec..8669d7f871 100644
--- a/meta/recipes-devtools/binutils/binutils.inc
+++ b/meta/recipes-devtools/binutils/binutils.inc
@@ -1,4 +1,9 @@
1DESCRIPTION = "A GNU collection of binary utilities" 1SUMMARY = "A GNU collection of binary utilities"
2DESCRIPTION = "The GNU Binutils are a collection of binary tools. The main ones are ld (GNU Linker), and as \
3(GNU Assembler). This package also includes addition tools such as addr2line (Converts addresses into filenames \
4and line numbers), ar (utility for creating, modifying and extracting archives), nm (list symbols in object \
5files), objcopy (copy and translate object files), objdump (Display object information), and other tools and \
6related libraries."
2HOMEPAGE = "http://www.gnu.org/software/binutils/" 7HOMEPAGE = "http://www.gnu.org/software/binutils/"
3BUGTRACKER = "http://sourceware.org/bugzilla/" 8BUGTRACKER = "http://sourceware.org/bugzilla/"
4SECTION = "devel" 9SECTION = "devel"
diff --git a/meta/recipes-devtools/bison/bison_2.4.3.bb b/meta/recipes-devtools/bison/bison_2.4.3.bb
index 0df7e70eec..03fd463fd8 100644
--- a/meta/recipes-devtools/bison/bison_2.4.3.bb
+++ b/meta/recipes-devtools/bison/bison_2.4.3.bb
@@ -1,4 +1,8 @@
1DESCRIPTION = "GNU Project parser generator (yacc replacement)." 1SUMMARY = "GNU Project parser generator (yacc replacement)."
2DESCRIPTION = "Bison is a general-purpose parser generator that converts an annotated context-free grammar into \
3an LALR(1) or GLR parser for that grammar. Bison is upward compatible with Yacc: all properly-written Yacc \
4grammars ought to work with Bison with no change. Anyone familiar with Yacc should be able to use Bison with \
5little trouble."
2HOMEPAGE = "http://www.gnu.org/software/bison/" 6HOMEPAGE = "http://www.gnu.org/software/bison/"
3LICENSE = "GPLv3" 7LICENSE = "GPLv3"
4LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 8LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
diff --git a/meta/recipes-devtools/chrpath/chrpath_0.13.bb b/meta/recipes-devtools/chrpath/chrpath_0.13.bb
index 19cdadfca9..df7863e094 100644
--- a/meta/recipes-devtools/chrpath/chrpath_0.13.bb
+++ b/meta/recipes-devtools/chrpath/chrpath_0.13.bb
@@ -1,3 +1,4 @@
1SUMMARY = "Tool to edit rpath in ELF binaries"
1DESCRIPTION = "chrpath allows you to change the rpath (where the application \ 2DESCRIPTION = "chrpath allows you to change the rpath (where the application \
2looks for libraries) in an application. It does not (yet) allow you to add an \ 3looks for libraries) in an application. It does not (yet) allow you to add an \
3rpath if there isn't one already." 4rpath if there isn't one already."
diff --git a/meta/recipes-devtools/diffstat/diffstat_1.54.bb b/meta/recipes-devtools/diffstat/diffstat_1.54.bb
index 7e2bd1e20d..fc505f95e4 100644
--- a/meta/recipes-devtools/diffstat/diffstat_1.54.bb
+++ b/meta/recipes-devtools/diffstat/diffstat_1.54.bb
@@ -1,3 +1,4 @@
1SUMMARY = "Tool to produce a statistics based on a diff"
1DESCRIPTION = "diffstat reads the output of diff and displays a histogram of \ 2DESCRIPTION = "diffstat reads the output of diff and displays a histogram of \
2the insertions, deletions, and modifications per-file. It is useful for \ 3the insertions, deletions, and modifications per-file. It is useful for \
3reviewing large, complex patch files." 4reviewing large, complex patch files."
diff --git a/meta/recipes-devtools/distcc/distcc_2.18.3.bb b/meta/recipes-devtools/distcc/distcc_2.18.3.bb
index 75f67781d9..1b14a6b119 100644
--- a/meta/recipes-devtools/distcc/distcc_2.18.3.bb
+++ b/meta/recipes-devtools/distcc/distcc_2.18.3.bb
@@ -1,3 +1,4 @@
1SUMMARY = "A parallel build system"
1DESCRIPTION = "distcc is a parallel build system that distributes \ 2DESCRIPTION = "distcc is a parallel build system that distributes \
2compilation of C/C++/ObjC code across machines on a network." 3compilation of C/C++/ObjC code across machines on a network."
3SECTION = "devel" 4SECTION = "devel"
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc b/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc
index a107178514..1ef634074f 100644
--- a/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc
+++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc
@@ -1,4 +1,6 @@
1DESCRIPTION = "The Ext2 Filesystem Utilities (e2fsprogs) contain all of the standard utilities for creating, fixing, configuring , and debugging ext2 filesystems." 1SUMMARY = "Ext2 Filesystem Utilities"
2DESCRIPTION = "The Ext2 Filesystem Utilities (e2fsprogs) contain all of the standard utilities for creating, \
3fixing, configuring , and debugging ext2 filesystems."
2HOMEPAGE = "http://e2fsprogs.sourceforge.net/" 4HOMEPAGE = "http://e2fsprogs.sourceforge.net/"
3 5
4LICENSE = "GPLv2 & LGPLv2 & BSD & MIT" 6LICENSE = "GPLv2 & LGPLv2 & BSD & MIT"
diff --git a/meta/recipes-devtools/file/file_5.04.bb b/meta/recipes-devtools/file/file_5.04.bb
index ad6986204b..b7451372f5 100644
--- a/meta/recipes-devtools/file/file_5.04.bb
+++ b/meta/recipes-devtools/file/file_5.04.bb
@@ -1,3 +1,4 @@
1SUMMARY = "File classification tool"
1DESCRIPTION = "File attempts to classify files depending \ 2DESCRIPTION = "File attempts to classify files depending \
2on their contents and prints a description if a match is found." 3on their contents and prints a description if a match is found."
3HOMEPAGE = "http://www.darwinsys.com/file/" 4HOMEPAGE = "http://www.darwinsys.com/file/"
diff --git a/meta/recipes-devtools/flex/flex.inc b/meta/recipes-devtools/flex/flex.inc
index da95a5e25e..93fa7e81a4 100644
--- a/meta/recipes-devtools/flex/flex.inc
+++ b/meta/recipes-devtools/flex/flex.inc
@@ -1,4 +1,6 @@
1DESCRIPTION = "Flex is a tool for generating programs that recognize lexical patterns in text." 1SUMMARY = "Flex (The Fast Lexical Analyzer)"
2DESCRIPTION = "Flex is a fast lexical analyser generator. Flex is a tool for generating programs that recognize \
3lexical patterns in text."
2HOMEPAGE = "http://sourceforge.net/projects/flex/" 4HOMEPAGE = "http://sourceforge.net/projects/flex/"
3 5
4SECTION = "devel" 6SECTION = "devel"
diff --git a/meta/recipes-devtools/genext2fs/genext2fs.inc b/meta/recipes-devtools/genext2fs/genext2fs.inc
index 859e49b2eb..8bf2fce59b 100644
--- a/meta/recipes-devtools/genext2fs/genext2fs.inc
+++ b/meta/recipes-devtools/genext2fs/genext2fs.inc
@@ -1,3 +1,4 @@
1SUMMARY = "Ext2 filesystem generation tool"
1DESCRIPTION = "A tool to generate an ext2 filesystem \ 2DESCRIPTION = "A tool to generate an ext2 filesystem \
2as a normal (non-root) user." 3as a normal (non-root) user."
3HOMEPAGE = "http://genext2fs.sourceforge.net/" 4HOMEPAGE = "http://genext2fs.sourceforge.net/"
diff --git a/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb b/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb
index 5d7d646f92..2629ecb52f 100644
--- a/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb
+++ b/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb
@@ -1,4 +1,5 @@
1DESCRIPTION = "gnu-configize" 1SUMMARY = "gnu-configize"
2DESCRIPTION = "Tool that installs the GNU config.guess / config.sub into a directory tree"
2SECTION = "devel" 3SECTION = "devel"
3LICENSE = "GPLv1+" 4LICENSE = "GPLv1+"
4LIC_FILES_CHKSUM = "file://config.guess;endline=39;md5=a089987af4a25cb0419d1c2fd6d495e3" 5LIC_FILES_CHKSUM = "file://config.guess;endline=39;md5=a089987af4a25cb0419d1c2fd6d495e3"
diff --git a/meta/recipes-devtools/insserv/insserv_1.14.0.bb b/meta/recipes-devtools/insserv/insserv_1.14.0.bb
index 75f79d9cad..ec43b3bf12 100644
--- a/meta/recipes-devtools/insserv/insserv_1.14.0.bb
+++ b/meta/recipes-devtools/insserv/insserv_1.14.0.bb
@@ -1,5 +1,6 @@
1SUMMARY = "Enable an installed system init script" 1SUMMARY = "Boot sequence organizer using LSB init.d dependencies"
2DESCRIPTION = "Enable an installed system init script by reading the comment header of the script" 2DESCRIPTION = "This utility reorders the init.d boot scripts based on dependencies given in scripts' LSB comment \
3headers, or in override files included in this package or added in /etc/insserv."
3# There is no known home page for insserv 4# There is no known home page for insserv
4SECTION = "base" 5SECTION = "base"
5PRIORITY = "optional" 6PRIORITY = "optional"
diff --git a/meta/recipes-devtools/libtool/libtool.inc b/meta/recipes-devtools/libtool/libtool.inc
index c94dadd0af..9690e3b7bf 100644
--- a/meta/recipes-devtools/libtool/libtool.inc
+++ b/meta/recipes-devtools/libtool/libtool.inc
@@ -1,5 +1,5 @@
1DESCRIPTION = "Generic library support script \ 1SUMMARY = "Generic library support script"
2This is GNU libtool, a generic library support script. Libtool hides \ 2DESCRIPTION = "This is GNU libtool, a generic library support script. Libtool hides \
3the complexity of generating special library types (such as shared \ 3the complexity of generating special library types (such as shared \
4libraries) behind a consistent interface." 4libraries) behind a consistent interface."
5HOMEPAGE = "http://www.gnu.org/software/libtool/libtool.html" 5HOMEPAGE = "http://www.gnu.org/software/libtool/libtool.html"
diff --git a/meta/recipes-devtools/m4/m4_1.4.15.bb b/meta/recipes-devtools/m4/m4_1.4.15.bb
index 908bc10e86..586071f672 100644
--- a/meta/recipes-devtools/m4/m4_1.4.15.bb
+++ b/meta/recipes-devtools/m4/m4_1.4.15.bb
@@ -1,4 +1,7 @@
1DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro processor." 1SUMMARY = "Traditional Unix macro processor"
2DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 \
3compatible although it has some extensions (for example, handling more than 9 positional parameters to macros). \
4GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc."
2LICENSE = "GPLv3" 5LICENSE = "GPLv3"
3LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\ 6LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\
4 file://examples/COPYING;md5=380fd7d57d3fd009a5716e074a845d6d" 7 file://examples/COPYING;md5=380fd7d57d3fd009a5716e074a845d6d"
diff --git a/meta/recipes-devtools/make/make.inc b/meta/recipes-devtools/make/make.inc
index b7c353f947..d9e05594f9 100644
--- a/meta/recipes-devtools/make/make.inc
+++ b/meta/recipes-devtools/make/make.inc
@@ -1,6 +1,7 @@
1DESCRIPTION = "GNU Make examines the timestamps on a set of \ 1SUMMARY = "GNU tool that controls the build process"
2interdependent files, and, if necessary, issues commands \ 2DESCRIPTION = "Make is a tool which controls the generation of executables and other non-source files of a \
3to bring them up-to-date." 3program from the program's source files. Make gets its knowledge of how to build your program from a file \
4called the makefile, which lists each of the non-source files and how to compute it from other files."
4HOMEPAGE = "http://www.gnu.org/software/make/" 5HOMEPAGE = "http://www.gnu.org/software/make/"
5SECTION = "devel" 6SECTION = "devel"
6LICENSE = "GPL" 7LICENSE = "GPL"
diff --git a/meta/recipes-devtools/patch/patch.inc b/meta/recipes-devtools/patch/patch.inc
index 4ce51703aa..82a5acda11 100644
--- a/meta/recipes-devtools/patch/patch.inc
+++ b/meta/recipes-devtools/patch/patch.inc
@@ -1,3 +1,4 @@
1SUMMARY = "Tool for applying a patch file"
1DESCRIPTION = "patch takes a patch file containing a difference listing \ 2DESCRIPTION = "patch takes a patch file containing a difference listing \
2produced by the diff program and applies those differences to one or more \ 3produced by the diff program and applies those differences to one or more \
3original files, producing patched versions." 4original files, producing patched versions."
diff --git a/meta/recipes-devtools/pax-utils/pax-utils_0.2.1.bb b/meta/recipes-devtools/pax-utils/pax-utils_0.2.1.bb
index 9c789cd76d..f19934c223 100644
--- a/meta/recipes-devtools/pax-utils/pax-utils_0.2.1.bb
+++ b/meta/recipes-devtools/pax-utils/pax-utils_0.2.1.bb
@@ -1,4 +1,7 @@
1DESCRIPTION = "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" 1SUMMARY = "Security-focused ELF files checking tool"
2DESCRIPTION = "This is a small set of various PaX aware and related utilities for ELF binaries. It can check ELF \
3binary files and running processes for issues that might be relevant when using ELF binaries along with PaX, \
4such as non-PIC code or executable stack and heap."
2HOMEPAGE = "http://www.gentoo.org/proj/en/hardened/pax-utils.xml" 5HOMEPAGE = "http://www.gentoo.org/proj/en/hardened/pax-utils.xml"
3LICENSE = "GPLv2+" 6LICENSE = "GPLv2+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" 7LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
diff --git a/meta/recipes-devtools/perl/perl_5.8.8.bb b/meta/recipes-devtools/perl/perl_5.8.8.bb
index 2515b6e0b9..8e2f0c0af7 100644
--- a/meta/recipes-devtools/perl/perl_5.8.8.bb
+++ b/meta/recipes-devtools/perl/perl_5.8.8.bb
@@ -1,4 +1,7 @@
1DESCRIPTION = "Perl is a popular scripting language." 1SUMMARY = "Perl (Pathologically Eclectic Rubbish Lister)"
2DESCRIPTION = "Perl is a high-level, general-purpose, interpreted, dynamic programming language. It was \
3originally written as a general-purpose scripting language to make report processing easier. This makes perl \
4especially good at handling text."
2HOMEPAGE = "http://www.perl.org/" 5HOMEPAGE = "http://www.perl.org/"
3SECTION = "devel" 6SECTION = "devel"
4LICENSE = "Artistic|GPL" 7LICENSE = "Artistic|GPL"
diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig.inc b/meta/recipes-devtools/pkgconfig/pkgconfig.inc
index c0e748173d..641bfae373 100644
--- a/meta/recipes-devtools/pkgconfig/pkgconfig.inc
+++ b/meta/recipes-devtools/pkgconfig/pkgconfig.inc
@@ -1,7 +1,6 @@
1DESCRIPTION = "pkg-config is a system for managing library \ 1SUMMARY = "Helper tool used when compiling"
2compile/link flags that works with automake and autoconf. \ 2DESCRIPTION = "pkg-config is a helper tool used when compiling applications and libraries. It helps determined \
3It replaces the ubiquitous *-config scripts you may have \ 3the correct compiler/link options. It is also language-agnostic."
4seen with a single tool."
5HOMEPAGE = "http://pkg-config.freedesktop.org/wiki/" 4HOMEPAGE = "http://pkg-config.freedesktop.org/wiki/"
6BUGTRACKER = "http://bugs.freedesktop.org/buglist.cgi?product=pkg-config" 5BUGTRACKER = "http://bugs.freedesktop.org/buglist.cgi?product=pkg-config"
7SECTION = "console/utils" 6SECTION = "console/utils"
diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-devtools/prelink/prelink_git.bb
index 6df19f98d2..1601443e3f 100644
--- a/meta/recipes-devtools/prelink/prelink_git.bb
+++ b/meta/recipes-devtools/prelink/prelink_git.bb
@@ -1,7 +1,8 @@
1SECTION = "devel" 1SECTION = "devel"
2# Need binutils for libiberty.a 2# Need binutils for libiberty.a
3DEPENDS = "elfutils binutils" 3DEPENDS = "elfutils binutils"
4DESCRIPTION = " The prelink package contains a utility which modifies ELF shared libraries \ 4SUMMARY = "An ELF prelinking utility"
5DESCRIPTION = "The prelink package contains a utility which modifies ELF shared libraries \
5and executables, so that far fewer relocations need to be resolved at \ 6and executables, so that far fewer relocations need to be resolved at \
6runtime and thus programs come up faster." 7runtime and thus programs come up faster."
7LICENSE = "GPLv2" 8LICENSE = "GPLv2"
diff --git a/meta/recipes-devtools/update-alternatives/update-alternatives-dpkg.inc b/meta/recipes-devtools/update-alternatives/update-alternatives-dpkg.inc
index 106fa25e14..9b53df8725 100644
--- a/meta/recipes-devtools/update-alternatives/update-alternatives-dpkg.inc
+++ b/meta/recipes-devtools/update-alternatives/update-alternatives-dpkg.inc
@@ -1,3 +1,8 @@
1SUMMARY = "Manage alternatives"
2DESCRIPTION = "update-alternatives creates, removes, maintains and displays information about the symbolic links \
3comprising the Debian alternatives system. The Debian alternatives system attempts solve the problem of several \
4programs fulfilling the same or similar functions and how they can be installed onto a single system at the same \
5time."
1LICENSE = "GPL" 6LICENSE = "GPL"
2SECTION = "base" 7SECTION = "base"
3SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.gz" 8SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.gz"