diff options
Diffstat (limited to 'meta')
-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 @@ | |||
1 | SUMMARY = "Displays the full path of executables that bash would execute" | 1 | SUMMARY = "Displays the full path of shell commands" |
2 | DESCRIPTION = "Which is a utility that prints out the full path of the \ | 2 | DESCRIPTION = "Which is a utility that prints out the full path of the \ |
3 | executables that bash(1) would execute when the passed \ | 3 | executables that bash(1) would execute when the passed \ |
4 | program names would have been entered on the shell prompt. \ | 4 | program names would have been entered on the shell prompt. \ |
5 | It does this by using the exact same algorithm as bash." | 5 | It does this by using the exact same algorithm as bash." |
6 | HOMEPAGE = "http://www.xs4all.nl/~carlo17/which/" | 6 | SECTION = "libs" |
7 | BUGTRACKER = "n/a" | 7 | HOMEPAGE = "http://carlo17.home.xs4all.nl/which/" |
8 | 8 | ||
9 | LICENSE = "GPLv2+" | 9 | LICENSE = "GPLv2+" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 10 | 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 @@ | |||
1 | DESCRIPTION = "which - shows the full path of (shell) commands." | 1 | SUMMARY = "Displays the full path of shell commands" |
2 | SECTION = "libs" | 2 | DESCRIPTION = "Which is a utility that prints out the full path of the \ |
3 | executables that bash(1) would execute when the passed \ | ||
4 | program names would have been entered on the shell prompt. \ | ||
5 | It does this by using the exact same algorithm as bash." | ||
6 | SECTION = "libs" | ||
7 | HOMEPAGE = "http://carlo17.home.xs4all.nl/which/" | ||
8 | |||
3 | LICENSE = "GPLv3+" | 9 | LICENSE = "GPLv3+" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\ | 10 | LIC_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" |
6 | HOMEPAGE = "http://ftp.gnu.org/gnu/which/" | ||
7 | DEPENDS = "cwautomacros-native" | 12 | DEPENDS = "cwautomacros-native" |
8 | 13 | ||
9 | inherit autotools update-alternatives | 14 | inherit autotools update-alternatives |