summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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