summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/which
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-04-24 17:51:40 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-29 14:45:04 +0100
commitb74e9279470d578d13cd0063f2b506444552d57f (patch)
tree879e7e40a21e900b8b14ec96254cdee3ef592d9a /meta/recipes-extended/which
parentb880008dc8d15a6c0550fe41ae327863cd6bd5b5 (diff)
downloadpoky-b74e9279470d578d13cd0063f2b506444552d57f.tar.gz
which: use the same meta fields for both versions
Use the same SUMMARY, DESCRIPTION, SECTION and HOMEPAGE for the recipes for both "which" versions. (From OE-Core rev: 33cf83dc60f453a5ba393a9108c3651ce27017fc) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/which')
-rw-r--r--meta/recipes-extended/which/which_2.18.bb6
-rw-r--r--meta/recipes-extended/which/which_2.20.bb11
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 27a567cd0c..4f780100b3 100644
--- a/meta/recipes-extended/which/which_2.18.bb
+++ b/meta/recipes-extended/which/which_2.18.bb
@@ -1,10 +1,10 @@
1SUMMARY = "Displays the full path of executables that bash would execute" 1SUMMARY = "Displays the full path of shell commands"
2DESCRIPTION = "Which is a utility that prints out the full path of the \ 2DESCRIPTION = "Which is a utility that prints out the full path of the \
3executables that bash(1) would execute when the passed \ 3executables that bash(1) would execute when the passed \
4program names would have been entered on the shell prompt. \ 4program names would have been entered on the shell prompt. \
5It does this by using the exact same algorithm as bash." 5It does this by using the exact same algorithm as bash."
6HOMEPAGE = "http://www.xs4all.nl/~carlo17/which/" 6SECTION = "libs"
7BUGTRACKER = "n/a" 7HOMEPAGE = "http://carlo17.home.xs4all.nl/which/"
8 8
9LICENSE = "GPLv2+" 9LICENSE = "GPLv2+"
10LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" 10LIC_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 312688fe1e..f4e87de76b 100644
--- a/meta/recipes-extended/which/which_2.20.bb
+++ b/meta/recipes-extended/which/which_2.20.bb
@@ -1,9 +1,14 @@
1DESCRIPTION = "which - shows the full path of (shell) commands." 1SUMMARY = "Displays the full path of shell commands"
2SECTION = "libs" 2DESCRIPTION = "Which is a utility that prints out the full path of the \
3executables that bash(1) would execute when the passed \
4program names would have been entered on the shell prompt. \
5It does this by using the exact same algorithm as bash."
6SECTION = "libs"
7HOMEPAGE = "http://carlo17.home.xs4all.nl/which/"
8
3LICENSE = "GPLv3+" 9LICENSE = "GPLv3+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\ 10LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\
5 file://which.c;beginline=1;endline=17;md5=a9963693af2272e7a8df6f231164e7a2" 11 file://which.c;beginline=1;endline=17;md5=a9963693af2272e7a8df6f231164e7a2"
6HOMEPAGE = "http://ftp.gnu.org/gnu/which/"
7DEPENDS = "cwautomacros-native" 12DEPENDS = "cwautomacros-native"
8 13
9inherit autotools update-alternatives 14inherit autotools update-alternatives