summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-12-21 22:51:12 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-02 12:50:18 +0000
commite792f5470bbe23aa72c257eec5caa289da665d98 (patch)
tree8d642768f55c28abd91722df9de6493befafc2cb /meta/recipes-devtools
parentcec8b230cf2b459dc47deeaa201dd13055b5fb9a (diff)
downloadpoky-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')
-rw-r--r--meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb1
-rw-r--r--meta/recipes-devtools/mklibs/mklibs-native_0.1.38.bb1
-rw-r--r--meta/recipes-devtools/perl/liburi-perl_1.60.bb1
-rw-r--r--meta/recipes-devtools/python/python-pyrex_0.9.9.bb1
-rw-r--r--meta/recipes-devtools/vala/vala.inc1
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
4SUMMARY = "Linux kernel style configuration framework for other projects"
4DESCRIPTION = "The kconfig-frontends project aims at centralising \ 5DESCRIPTION = "The kconfig-frontends project aims at centralising \
5the effort of keeping an up-to-date, out-of-tree, packaging of the \ 6the effort of keeping an up-to-date, out-of-tree, packaging of the \
6kconfig infrastructure, ready for use by third-party projects. \ 7kconfig 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 @@
1SUMMARY = "Shared library optimisation tool"
1DESCRIPTION = "mklibs produces cut-down shared libraries that contain only the routines required by a particular set of executables." 2DESCRIPTION = "mklibs produces cut-down shared libraries that contain only the routines required by a particular set of executables."
2HOMEPAGE = "https://code.launchpad.net/mklibs" 3HOMEPAGE = "https://code.launchpad.net/mklibs"
3SECTION = "devel" 4SECTION = "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 @@
1SUMMARY = "Perl module to manipulate and access URI strings"
1DESCRIPTION = "This package contains the URI.pm module with friends. \ 2DESCRIPTION = "This package contains the URI.pm module with friends. \
2The module implements the URI class. URI objects can be used to access \ 3The module implements the URI class. URI objects can be used to access \
3and manipulate the various components that make up these strings." 4and 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 @@
1SUMMARY = "Language for writing Python extension modules"
1DESCRIPTION = "Pyrex is a language specially designed for writing Python extension modules. \ 2DESCRIPTION = "Pyrex is a language specially designed for writing Python extension modules. \
2It's designed to bridge the gap between the nice, high-level, easy-to-use world of Python \ 3It's designed to bridge the gap between the nice, high-level, easy-to-use world of Python \
3and the messy, low-level world of C." 4and 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 @@
1SUMMARY = "C#-like programming language for easing GObject programming"
1DESCRIPTION = "Vala is a C#-like language dedicated to ease GObject programming. \ 2DESCRIPTION = "Vala is a C#-like language dedicated to ease GObject programming. \
2Vala compiles to plain C and has no runtime environment nor penalities whatsoever." 3Vala compiles to plain C and has no runtime environment nor penalities whatsoever."
3SECTION = "devel" 4SECTION = "devel"