diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-12-21 22:51:12 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 12:50:18 +0000 |
commit | e792f5470bbe23aa72c257eec5caa289da665d98 (patch) | |
tree | 8d642768f55c28abd91722df9de6493befafc2cb /meta/recipes-devtools | |
parent | cec8b230cf2b459dc47deeaa201dd13055b5fb9a (diff) | |
download | poky-e792f5470bbe23aa72c257eec5caa289da665d98.tar.gz |
Add missing SUMMARY values
These recipes all had a long DESCRIPTION but no SUMMARY; since the
SUMMARY is often displayed alone by package managers and the default
value ("${PN} version ${PV}") isn't particularly useful, we should
always try to set SUMMARY.
(From OE-Core rev: db02edd2e9d7645592933cbb25ea0ca4d6561392)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
5 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb b/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb index f225af04a1..fa1da4e0b2 100644 --- a/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb +++ b/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb | |||
@@ -1,6 +1,7 @@ | |||
1 | # Copyright (C) 2012 Khem Raj <raj.khem@gmail.com> | 1 | # Copyright (C) 2012 Khem Raj <raj.khem@gmail.com> |
2 | # Released under the MIT license (see COPYING.MIT for the terms) | 2 | # Released under the MIT license (see COPYING.MIT for the terms) |
3 | 3 | ||
4 | SUMMARY = "Linux kernel style configuration framework for other projects" | ||
4 | DESCRIPTION = "The kconfig-frontends project aims at centralising \ | 5 | DESCRIPTION = "The kconfig-frontends project aims at centralising \ |
5 | the effort of keeping an up-to-date, out-of-tree, packaging of the \ | 6 | the effort of keeping an up-to-date, out-of-tree, packaging of the \ |
6 | kconfig infrastructure, ready for use by third-party projects. \ | 7 | kconfig infrastructure, ready for use by third-party projects. \ |
diff --git a/meta/recipes-devtools/mklibs/mklibs-native_0.1.38.bb b/meta/recipes-devtools/mklibs/mklibs-native_0.1.38.bb index 6367e8f3bb..fd04c97b82 100644 --- a/meta/recipes-devtools/mklibs/mklibs-native_0.1.38.bb +++ b/meta/recipes-devtools/mklibs/mklibs-native_0.1.38.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Shared library optimisation tool" | ||
1 | DESCRIPTION = "mklibs produces cut-down shared libraries that contain only the routines required by a particular set of executables." | 2 | DESCRIPTION = "mklibs produces cut-down shared libraries that contain only the routines required by a particular set of executables." |
2 | HOMEPAGE = "https://code.launchpad.net/mklibs" | 3 | HOMEPAGE = "https://code.launchpad.net/mklibs" |
3 | SECTION = "devel" | 4 | SECTION = "devel" |
diff --git a/meta/recipes-devtools/perl/liburi-perl_1.60.bb b/meta/recipes-devtools/perl/liburi-perl_1.60.bb index 21e838e2cd..8809a44fc0 100644 --- a/meta/recipes-devtools/perl/liburi-perl_1.60.bb +++ b/meta/recipes-devtools/perl/liburi-perl_1.60.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Perl module to manipulate and access URI strings" | ||
1 | DESCRIPTION = "This package contains the URI.pm module with friends. \ | 2 | DESCRIPTION = "This package contains the URI.pm module with friends. \ |
2 | The module implements the URI class. URI objects can be used to access \ | 3 | The module implements the URI class. URI objects can be used to access \ |
3 | and manipulate the various components that make up these strings." | 4 | and manipulate the various components that make up these strings." |
diff --git a/meta/recipes-devtools/python/python-pyrex_0.9.9.bb b/meta/recipes-devtools/python/python-pyrex_0.9.9.bb index 0ae35b0536..c4dd2e69b0 100644 --- a/meta/recipes-devtools/python/python-pyrex_0.9.9.bb +++ b/meta/recipes-devtools/python/python-pyrex_0.9.9.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Language for writing Python extension modules" | ||
1 | DESCRIPTION = "Pyrex is a language specially designed for writing Python extension modules. \ | 2 | DESCRIPTION = "Pyrex is a language specially designed for writing Python extension modules. \ |
2 | It's designed to bridge the gap between the nice, high-level, easy-to-use world of Python \ | 3 | It's designed to bridge the gap between the nice, high-level, easy-to-use world of Python \ |
3 | and the messy, low-level world of C." | 4 | and the messy, low-level world of C." |
diff --git a/meta/recipes-devtools/vala/vala.inc b/meta/recipes-devtools/vala/vala.inc index a51ceb49d7..aa169f8d4e 100644 --- a/meta/recipes-devtools/vala/vala.inc +++ b/meta/recipes-devtools/vala/vala.inc | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "C#-like programming language for easing GObject programming" | ||
1 | DESCRIPTION = "Vala is a C#-like language dedicated to ease GObject programming. \ | 2 | DESCRIPTION = "Vala is a C#-like language dedicated to ease GObject programming. \ |
2 | Vala compiles to plain C and has no runtime environment nor penalities whatsoever." | 3 | Vala compiles to plain C and has no runtime environment nor penalities whatsoever." |
3 | SECTION = "devel" | 4 | SECTION = "devel" |