diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-04-24 17:51:40 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-29 14:43:48 +0100 |
commit | 33cf83dc60f453a5ba393a9108c3651ce27017fc (patch) | |
tree | 864956485a66ad65815ce1cd3fa4ffb3a39696b5 /meta/recipes-extended/which | |
parent | ccd5f4b8635d8771122cbc3173e33c6f568f7520 (diff) | |
download | openembedded-core-33cf83dc60f453a5ba393a9108c3651ce27017fc.tar.gz openembedded-core-33cf83dc60f453a5ba393a9108c3651ce27017fc.tar.bz2 openembedded-core-33cf83dc60f453a5ba393a9108c3651ce27017fc.zip |
which: use the same meta fields for both versions
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>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/which')
-rw-r--r-- | meta/recipes-extended/which/which_2.18.bb | 6 | ||||
-rw-r--r-- | 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 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 @@ -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 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 @@ -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 |