diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/autoconf/autoconf.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/automake/automake.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/bison/bison_2.3.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/bison/bison_2.7.1.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/guile/guile_2.0.9.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/perl/libxml-perl_0.08.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python-distribute_0.6.32.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python-mako_0.9.1.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python-numpy_1.7.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3-distribute_0.6.32.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/rpm/rpm_5.4.9.bb | 12 | ||||
-rw-r--r-- | meta/recipes-devtools/unfs3/unfs3_0.9.22.r490.bb | 2 |
13 files changed, 18 insertions, 18 deletions
diff --git a/meta/recipes-devtools/autoconf/autoconf.inc b/meta/recipes-devtools/autoconf/autoconf.inc index 2fde9d4c5f..222106a78e 100644 --- a/meta/recipes-devtools/autoconf/autoconf.inc +++ b/meta/recipes-devtools/autoconf/autoconf.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | SUMMARY = "A GNU tool that procude shell scripts to automatically configure software." | 1 | SUMMARY = "A GNU tool that procude shell scripts to automatically configure software" |
2 | DESCRIPTION = "Autoconf is an extensible package of M4 macros that produce shell scripts to automatically \ | 2 | DESCRIPTION = "Autoconf is an extensible package of M4 macros that produce shell scripts to automatically \ |
3 | configure software source code packages. Autoconf creates a configuration script for a package from a template \ | 3 | configure software source code packages. Autoconf creates a configuration script for a package from a template \ |
4 | file that lists the operating system features that the package can use, in the form of M4 macro calls." | 4 | file that lists the operating system features that the package can use, in the form of M4 macro calls." |
diff --git a/meta/recipes-devtools/automake/automake.inc b/meta/recipes-devtools/automake/automake.inc index 507c062e4a..b73cdeb60b 100644 --- a/meta/recipes-devtools/automake/automake.inc +++ b/meta/recipes-devtools/automake/automake.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | SUMMARY = "A GNU tool for automatically generating Makefiles." | 1 | SUMMARY = "A GNU tool for automatically generating Makefiles" |
2 | DESCRIPTION = "Automake is a tool for automatically generating `Makefile.in' files compliant with the GNU Coding \ | 2 | DESCRIPTION = "Automake is a tool for automatically generating `Makefile.in' files compliant with the GNU Coding \ |
3 | Standards. Automake requires the use of Autoconf." | 3 | Standards. Automake requires the use of Autoconf." |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
diff --git a/meta/recipes-devtools/bison/bison_2.3.bb b/meta/recipes-devtools/bison/bison_2.3.bb index 027782c928..a135451162 100644 --- a/meta/recipes-devtools/bison/bison_2.3.bb +++ b/meta/recipes-devtools/bison/bison_2.3.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | SUMMARY = "GNU Project parser generator (yacc replacement)." | 1 | SUMMARY = "GNU Project parser generator (yacc replacement)" |
2 | DESCRIPTION = "Bison is a general-purpose parser generator that converts an annotated context-free grammar into \ | 2 | DESCRIPTION = "Bison is a general-purpose parser generator that converts an annotated context-free grammar into \ |
3 | an LALR(1) or GLR parser for that grammar. Bison is upward compatible with Yacc: all properly-written Yacc \ | 3 | an LALR(1) or GLR parser for that grammar. Bison is upward compatible with Yacc: all properly-written Yacc \ |
4 | grammars ought to work with Bison with no change. Anyone familiar with Yacc should be able to use Bison with \ | 4 | grammars ought to work with Bison with no change. Anyone familiar with Yacc should be able to use Bison with \ |
diff --git a/meta/recipes-devtools/bison/bison_2.7.1.bb b/meta/recipes-devtools/bison/bison_2.7.1.bb index 10bd8e3ebd..1df750a255 100644 --- a/meta/recipes-devtools/bison/bison_2.7.1.bb +++ b/meta/recipes-devtools/bison/bison_2.7.1.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | SUMMARY = "GNU Project parser generator (yacc replacement)." | 1 | SUMMARY = "GNU Project parser generator (yacc replacement)" |
2 | DESCRIPTION = "Bison is a general-purpose parser generator that converts an annotated context-free grammar into \ | 2 | DESCRIPTION = "Bison is a general-purpose parser generator that converts an annotated context-free grammar into \ |
3 | an LALR(1) or GLR parser for that grammar. Bison is upward compatible with Yacc: all properly-written Yacc \ | 3 | an LALR(1) or GLR parser for that grammar. Bison is upward compatible with Yacc: all properly-written Yacc \ |
4 | grammars ought to work with Bison with no change. Anyone familiar with Yacc should be able to use Bison with \ | 4 | grammars ought to work with Bison with no change. Anyone familiar with Yacc should be able to use Bison with \ |
diff --git a/meta/recipes-devtools/guile/guile_2.0.9.bb b/meta/recipes-devtools/guile/guile_2.0.9.bb index e1504bbdfa..60318e73cf 100644 --- a/meta/recipes-devtools/guile/guile_2.0.9.bb +++ b/meta/recipes-devtools/guile/guile_2.0.9.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | SUMMARY = "Guile is the GNU Ubiquitous Intelligent Language for Extensions." | 1 | SUMMARY = "Guile is the GNU Ubiquitous Intelligent Language for Extensions" |
2 | DESCRIPTION = "Guile is the GNU Ubiquitous Intelligent Language for Extensions,\ | 2 | DESCRIPTION = "Guile is the GNU Ubiquitous Intelligent Language for Extensions,\ |
3 | the official extension language for the GNU operating system.\ | 3 | the official extension language for the GNU operating system.\ |
4 | Guile is a library designed to help programmers create flexible applications.\ | 4 | Guile is a library designed to help programmers create flexible applications.\ |
diff --git a/meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb b/meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb index d336a88ddc..f524854a2d 100644 --- a/meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb +++ b/meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | SUMMARY = "Universally Unique Identifier (UUID) library" | 1 | SUMMARY = "Universally Unique Identifier (UUID) library" |
2 | DESCRIPTION = "OSSP uuid is a ISO-C:1999 application programming interface \ | 2 | DESCRIPTION = "OSSP uuid is a ISO-C:1999 application programming interface \ |
3 | (API) and corresponding command line interface (CLI) for the generation of \ | 3 | (API) and corresponding command line interface (CLI) for the generation of \ |
4 | DCE 1.1, ISO/IEC 11578:1996 and RFC 4122 compliant Universally Unique \ | 4 | DCE 1.1, ISO/IEC 11578:1996 and RFC 4122 compliant Universally Unique \ |
diff --git a/meta/recipes-devtools/perl/libxml-perl_0.08.bb b/meta/recipes-devtools/perl/libxml-perl_0.08.bb index 163dc76bfe..2c01976cad 100644 --- a/meta/recipes-devtools/perl/libxml-perl_0.08.bb +++ b/meta/recipes-devtools/perl/libxml-perl_0.08.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "libxml-perl is a collection of smaller Perl modules, scripts, and | |||
2 | documents for working with XML in Perl. libxml-perl software \ | 2 | documents for working with XML in Perl. libxml-perl software \ |
3 | works in combination with XML::Parser, PerlSAX, XML::DOM, \ | 3 | works in combination with XML::Parser, PerlSAX, XML::DOM, \ |
4 | XML::Grove and others." | 4 | XML::Grove and others." |
5 | SUMMARY = "Collection of Perl modules for working with XML." | 5 | SUMMARY = "Collection of Perl modules for working with XML" |
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | LICENSE = "Artistic-1.0 | GPL-1.0+" | 7 | LICENSE = "Artistic-1.0 | GPL-1.0+" |
8 | PR = "r3" | 8 | PR = "r3" |
diff --git a/meta/recipes-devtools/python/python-distribute_0.6.32.bb b/meta/recipes-devtools/python/python-distribute_0.6.32.bb index 2925114c3f..58bb8b4545 100644 --- a/meta/recipes-devtools/python/python-distribute_0.6.32.bb +++ b/meta/recipes-devtools/python/python-distribute_0.6.32.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "Download, build, install, upgrade, and uninstall Python packages" | 1 | SUMMARY = "Download, build, install, upgrade, and uninstall Python packages" |
2 | HOMEPAGE = "http://packages.python.org/distribute" | 2 | HOMEPAGE = "http://packages.python.org/distribute" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | LICENSE = "PSF" | 4 | LICENSE = "PSF" |
diff --git a/meta/recipes-devtools/python/python-mako_0.9.1.bb b/meta/recipes-devtools/python/python-mako_0.9.1.bb index 84071c83ec..57d4220477 100644 --- a/meta/recipes-devtools/python/python-mako_0.9.1.bb +++ b/meta/recipes-devtools/python/python-mako_0.9.1.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "Templating library for Python" | 1 | SUMMARY = "Templating library for Python" |
2 | SECTION = "devel/python" | 2 | SECTION = "devel/python" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=da2a9d126b93cab0996a8287dacc480b" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=da2a9d126b93cab0996a8287dacc480b" |
diff --git a/meta/recipes-devtools/python/python-numpy_1.7.0.bb b/meta/recipes-devtools/python/python-numpy_1.7.0.bb index c91cdf6eae..3fa485e080 100644 --- a/meta/recipes-devtools/python/python-numpy_1.7.0.bb +++ b/meta/recipes-devtools/python/python-numpy_1.7.0.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "A sophisticated Numeric Processing Package for Python" | 1 | SUMMARY = "A sophisticated Numeric Processing Package for Python" |
2 | SECTION = "devel/python" | 2 | SECTION = "devel/python" |
3 | LICENSE = "PSF" | 3 | LICENSE = "PSF" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f87832d854acbade6e9f5c601c8b30b1" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f87832d854acbade6e9f5c601c8b30b1" |
diff --git a/meta/recipes-devtools/python/python3-distribute_0.6.32.bb b/meta/recipes-devtools/python/python3-distribute_0.6.32.bb index d3b15c17fe..573096cb1c 100644 --- a/meta/recipes-devtools/python/python3-distribute_0.6.32.bb +++ b/meta/recipes-devtools/python/python3-distribute_0.6.32.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "Download, build, install, upgrade, and uninstall Python packages" | 1 | SUMMARY = "Download, build, install, upgrade, and uninstall Python packages" |
2 | HOMEPAGE = "http://packages.python.org/distribute" | 2 | HOMEPAGE = "http://packages.python.org/distribute" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | LICENSE = "PSF" | 4 | LICENSE = "PSF" |
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.9.bb b/meta/recipes-devtools/rpm/rpm_5.4.9.bb index 7921f40769..dbdab1a5e3 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4.9.bb +++ b/meta/recipes-devtools/rpm/rpm_5.4.9.bb | |||
@@ -5,10 +5,10 @@ verifying, querying, and updating software packages. Each software \ | |||
5 | package consists of an archive of files along with information about \ | 5 | package consists of an archive of files along with information about \ |
6 | the package like its version, a description, etc." | 6 | the package like its version, a description, etc." |
7 | 7 | ||
8 | SUMMARY_${PN}-libs = "Libraries for manipulating RPM packages." | 8 | SUMMARY_${PN}-libs = "Libraries for manipulating RPM packages" |
9 | DESCRIPTION_${PN}-libs = "This package contains the RPM shared libraries." | 9 | DESCRIPTION_${PN}-libs = "This package contains the RPM shared libraries." |
10 | 10 | ||
11 | SUMMARY_${PN}-dev = "Development files for manipulating RPM packages." | 11 | SUMMARY_${PN}-dev = "Development files for manipulating RPM packages" |
12 | DESCRIPTION_${PN}-dev = "This package contains the RPM C library and header files. These \ | 12 | DESCRIPTION_${PN}-dev = "This package contains the RPM C library and header files. These \ |
13 | development files will simplify the process of writing programs that \ | 13 | development files will simplify the process of writing programs that \ |
14 | manipulate RPM packages and databases. These files are intended to \ | 14 | manipulate RPM packages and databases. These files are intended to \ |
@@ -16,20 +16,20 @@ simplify the process of creating graphical package managers or any \ | |||
16 | other tools that need an intimate knowledge of RPM packages in order \ | 16 | other tools that need an intimate knowledge of RPM packages in order \ |
17 | to function." | 17 | to function." |
18 | 18 | ||
19 | SUMMARY_${PN}-common = "Common RPM paths, scripts, documentation and configuration." | 19 | SUMMARY_${PN}-common = "Common RPM paths, scripts, documentation and configuration" |
20 | DESCRIPTION_${PN}-common = "The rpm-common package contains paths, scripts, documentation \ | 20 | DESCRIPTION_${PN}-common = "The rpm-common package contains paths, scripts, documentation \ |
21 | and configuration common between RPM Package Manager." | 21 | and configuration common between RPM Package Manager." |
22 | 22 | ||
23 | SUMMARY_${PN}-build = "Scripts and executable programs used to build packages." | 23 | SUMMARY_${PN}-build = "Scripts and executable programs used to build packages" |
24 | DESCRIPTION_${PN}-build = "The rpm-build packagec ontains the scripts and executable programs \ | 24 | DESCRIPTION_${PN}-build = "The rpm-build packagec ontains the scripts and executable programs \ |
25 | that are used to build packages using the RPM Package Manager." | 25 | that are used to build packages using the RPM Package Manager." |
26 | 26 | ||
27 | SUMMARY_python-rpm = "Python bindings for apps which will manupulate RPM packages." | 27 | SUMMARY_python-rpm = "Python bindings for apps which will manupulate RPM packages" |
28 | DESCRIPTION_python-rpm = "The rpm-python package contains a module that permits applications \ | 28 | DESCRIPTION_python-rpm = "The rpm-python package contains a module that permits applications \ |
29 | written in the Python programming language to use the interface \ | 29 | written in the Python programming language to use the interface \ |
30 | supplied by the RPM Package Manager libraries." | 30 | supplied by the RPM Package Manager libraries." |
31 | 31 | ||
32 | SUMMARY_perl-module-rpm = "Perl bindings for apps which will manipulate RPM packages." | 32 | SUMMARY_perl-module-rpm = "Perl bindings for apps which will manipulate RPM packages" |
33 | DESCRIPTION_perl-modules-rpm = "The perl-modules-rpm package contains a module that permits applications \ | 33 | DESCRIPTION_perl-modules-rpm = "The perl-modules-rpm package contains a module that permits applications \ |
34 | written in the Perl programming language to use the interface \ | 34 | written in the Perl programming language to use the interface \ |
35 | supplied by the RPM Package Manager libraries." | 35 | supplied by the RPM Package Manager libraries." |
diff --git a/meta/recipes-devtools/unfs3/unfs3_0.9.22.r490.bb b/meta/recipes-devtools/unfs3/unfs3_0.9.22.r490.bb index af2f3bbcb0..f87b170a7b 100644 --- a/meta/recipes-devtools/unfs3/unfs3_0.9.22.r490.bb +++ b/meta/recipes-devtools/unfs3/unfs3_0.9.22.r490.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "Userspace NFS server v3 protocol" | 1 | SUMMARY = "Userspace NFS server v3 protocol" |
2 | SECTION = "console/network" | 2 | SECTION = "console/network" |
3 | LICENSE = "unfs3" | 3 | LICENSE = "unfs3" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9475885294e17c0cc0067820d042792e" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9475885294e17c0cc0067820d042792e" |