Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/21] Improve recipe meta-information in OE-Core
Date: Wed, 24 Apr 2013 18:48:37 +0100	[thread overview]
Message-ID: <cover.1366825663.git.paul.eggleton@linux.intel.com> (raw)

A number of recipes have inadequate DESCRIPTION and SUMMARY values,
and some don't have either. Set values for those in the latter category
and fix up the values for others (as well as taking care of HOMEPAGE in
some cases).

Many of these fixes were originally contributed by Belen Barros Pena <belen.barros.pena@intel.com>.

Note that we still have a lot of recipes with missing SUMMARY, which
results in output packages getting fairly useless values "xyz version 1.2.3";
as a rule, recipes should set SUMMARY rather than DESCRIPTION if they are
only going to set a short description anyway (since DESCRIPTION will get
the value of SUMMARY if not set, but the reverse is not true).


The following changes since commit 395b90054eccddc1c9062a9a8657ed4482b7710a:

  glib-2.0: disable tests for native builds, and respect ptest for LSB (2013-04-22 15:48:57 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib paule/descs
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/descs

Paul Eggleton (21):
  connman-conf: add SUMMARY and DESCRIPTION
  eglibc: add common HOMEPAGE and SUMMARY for eglibc-locale
  gettext-minimal-native: add SUMMARY and DESCRIPTION
  build-appliance-image: add SUMMARY, HOMEPAGE and improve DESCRIPTION
  libcgroup: add SUMMARY and better DESCRIPTION
  readline: add SUMMARY
  external-sourcery-toolchain: add SUMMARY
  icon-naming-utils: add SUMMARY and DESCRIPTION
  mtools: use same SUMMARY as newer version of mtools recipe
  which: use the same meta fields for both versions
  libxml-simple-perl: add SUMMARY, DESCRIPTION and HOMEPAGE
  python-smartpm: fix HOMEPAGE and adjust DESCRIPTION
  gnome-doc-utils: add SUMMARY and DESCRIPTION
  packagegroup-core-x11-xserver: set SUMMARY instead of SUMMARY_${PN}
  rgb: add SUMMARY and DESCRIPTION
  xeyes: add SUMMARY and DESCRIPTION
  gst-openmax: add SUMMARY, DESCRIPTION and HOMEPAGE
  hwlatdetect: add SUMMARY and DESCRIPTION
  ptest-runner: add SUMMARY, DESCRIPTION and HOMEPAGE
  core-image-directfb: add SUMMARY
  gpgme: add short SUMMARY

 meta/recipes-connectivity/connman/connman-conf.bb           |    5 +++--
 meta/recipes-core/eglibc/eglibc-collateral.inc              |    1 +
 meta/recipes-core/eglibc/eglibc-locale.inc                  |    2 ++
 meta/recipes-core/gettext/gettext-minimal-native_0.18.2.bb  |    5 +++++
 meta/recipes-core/images/build-appliance-image.bb           |    8 +++++---
 meta/recipes-core/libcgroup/libcgroup_0.38.bb               |    5 ++++-
 meta/recipes-core/meta/external-sourcery-toolchain.bb       |    1 +
 meta/recipes-core/readline/readline.inc                     |    1 +
 meta/recipes-core/readline/readline_5.2.bb                  |    1 +
 .../icon-naming-utils/icon-naming-utils_0.8.90.bb           |   10 ++++++++++
 meta/recipes-devtools/mtools/mtools_3.9.9.bb                |    1 +
 meta/recipes-devtools/perl/libxml-simple-perl_2.20.bb       |    7 +++++++
 meta/recipes-devtools/python/python-smartpm_1.4.1.bb        |    6 ++----
 meta/recipes-extended/which/which_2.18.bb                   |    6 +++---
 meta/recipes-extended/which/which_2.20.bb                   |   11 ++++++++---
 meta/recipes-gnome/gnome/gnome-doc-utils.inc                |    6 ++++++
 meta/recipes-graphics/images/core-image-directfb.bb         |    1 +
 .../packagegroups/packagegroup-core-x11-xserver.bb          |    2 +-
 meta/recipes-graphics/xorg-app/rgb_1.0.5.bb                 |    7 +++++++
 meta/recipes-graphics/xorg-app/xeyes_1.1.1.bb               |    5 +++++
 meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb     |    6 ++++++
 meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb                |    3 ++-
 meta/recipes-support/gpgme/gpgme_1.4.0.bb                   |    1 +
 meta/recipes-support/ptest-runner/ptest-runner_1.0.bb       |    5 +++++
 24 files changed, 88 insertions(+), 18 deletions(-)

-- 
1.7.10.4




             reply	other threads:[~2013-04-24 18:08 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-24 17:48 Paul Eggleton [this message]
2013-04-24 17:48 ` [PATCH 01/21] connman-conf: add SUMMARY and DESCRIPTION Paul Eggleton
2013-04-24 17:48 ` [PATCH 02/21] eglibc: add common HOMEPAGE and SUMMARY for eglibc-locale Paul Eggleton
2013-04-24 17:48 ` [PATCH 03/21] gettext-minimal-native: add SUMMARY and DESCRIPTION Paul Eggleton
2013-04-24 17:48 ` [PATCH 04/21] build-appliance-image: add SUMMARY, HOMEPAGE and improve DESCRIPTION Paul Eggleton
2013-04-24 17:48 ` [PATCH 05/21] libcgroup: add SUMMARY and better DESCRIPTION Paul Eggleton
2013-04-24 17:48 ` [PATCH 06/21] readline: add SUMMARY Paul Eggleton
2013-04-24 17:48 ` [PATCH 07/21] external-sourcery-toolchain: " Paul Eggleton
2013-04-24 17:48 ` [PATCH 08/21] icon-naming-utils: add SUMMARY and DESCRIPTION Paul Eggleton
2013-04-24 17:48 ` [PATCH 09/21] mtools: use same SUMMARY as newer version of mtools recipe Paul Eggleton
2013-04-24 17:48 ` [PATCH 10/21] which: use the same meta fields for both versions Paul Eggleton
2013-04-24 17:48 ` [PATCH 11/21] libxml-simple-perl: add SUMMARY, DESCRIPTION and HOMEPAGE Paul Eggleton
2013-04-24 17:48 ` [PATCH 12/21] python-smartpm: fix HOMEPAGE and adjust DESCRIPTION Paul Eggleton
2013-04-24 17:48 ` [PATCH 13/21] gnome-doc-utils: add SUMMARY and DESCRIPTION Paul Eggleton
2013-04-24 17:48 ` [PATCH 14/21] packagegroup-core-x11-xserver: set SUMMARY instead of SUMMARY_${PN} Paul Eggleton
2013-04-24 17:48 ` [PATCH 15/21] rgb: add SUMMARY and DESCRIPTION Paul Eggleton
2013-04-24 17:48 ` [PATCH 16/21] xeyes: " Paul Eggleton
2013-04-24 17:48 ` [PATCH 17/21] gst-openmax: add SUMMARY, DESCRIPTION and HOMEPAGE Paul Eggleton
2013-04-24 17:48 ` [PATCH 18/21] hwlatdetect: add SUMMARY and DESCRIPTION Paul Eggleton
2013-04-24 17:48 ` [PATCH 19/21] ptest-runner: add SUMMARY, DESCRIPTION and HOMEPAGE Paul Eggleton
2013-04-24 17:48 ` [PATCH 20/21] core-image-directfb: add SUMMARY Paul Eggleton
2013-04-24 17:48 ` [PATCH 21/21] gpgme: add short SUMMARY Paul Eggleton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1366825663.git.paul.eggleton@linux.intel.com \
    --to=paul.eggleton@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox