From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 10/21] which: use the same meta fields for both versions
Date: Wed, 24 Apr 2013 18:48:47 +0100 [thread overview]
Message-ID: <4368fa2075bbd861e890fd4505ec2046930ffc04.1366825663.git.paul.eggleton@linux.intel.com> (raw)
In-Reply-To: <cover.1366825663.git.paul.eggleton@linux.intel.com>
In-Reply-To: <cover.1366825663.git.paul.eggleton@linux.intel.com>
Use the same SUMMARY, DESCRIPTION, SECTION and HOMEPAGE for the recipes
for both "which" versions.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
meta/recipes-extended/which/which_2.18.bb | 6 +++---
meta/recipes-extended/which/which_2.20.bb | 11 ++++++++---
2 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/meta/recipes-extended/which/which_2.18.bb b/meta/recipes-extended/which/which_2.18.bb
index 27a567c..4f78010 100644
--- a/meta/recipes-extended/which/which_2.18.bb
+++ b/meta/recipes-extended/which/which_2.18.bb
@@ -1,10 +1,10 @@
-SUMMARY = "Displays the full path of executables that bash would execute"
+SUMMARY = "Displays the full path of shell commands"
DESCRIPTION = "Which is a utility that prints out the full path of the \
executables that bash(1) would execute when the passed \
program names would have been entered on the shell prompt. \
It does this by using the exact same algorithm as bash."
-HOMEPAGE = "http://www.xs4all.nl/~carlo17/which/"
-BUGTRACKER = "n/a"
+SECTION = "libs"
+HOMEPAGE = "http://carlo17.home.xs4all.nl/which/"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
diff --git a/meta/recipes-extended/which/which_2.20.bb b/meta/recipes-extended/which/which_2.20.bb
index 312688f..f4e87de 100644
--- a/meta/recipes-extended/which/which_2.20.bb
+++ b/meta/recipes-extended/which/which_2.20.bb
@@ -1,9 +1,14 @@
-DESCRIPTION = "which - shows the full path of (shell) commands."
-SECTION = "libs"
+SUMMARY = "Displays the full path of shell commands"
+DESCRIPTION = "Which is a utility that prints out the full path of the \
+executables that bash(1) would execute when the passed \
+program names would have been entered on the shell prompt. \
+It does this by using the exact same algorithm as bash."
+SECTION = "libs"
+HOMEPAGE = "http://carlo17.home.xs4all.nl/which/"
+
LICENSE = "GPLv3+"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\
file://which.c;beginline=1;endline=17;md5=a9963693af2272e7a8df6f231164e7a2"
-HOMEPAGE = "http://ftp.gnu.org/gnu/which/"
DEPENDS = "cwautomacros-native"
inherit autotools update-alternatives
--
1.7.10.4
next prev parent 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 [PATCH 00/21] Improve recipe meta-information in OE-Core Paul Eggleton
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 ` Paul Eggleton [this message]
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=4368fa2075bbd861e890fd4505ec2046930ffc04.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