diff options
author | Matthieu CRAPET <Matthieu.CRAPET@ingenico.com> | 2014-04-02 14:24:26 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-04-20 14:50:47 +0200 |
commit | 929a7ae0c93dfec9f7d6dd41d14136a5b3db3838 (patch) | |
tree | 39e70f6dc7299ccfc7fa67307405f2a9c7ea306e /meta-oe/recipes-extended/zsh | |
parent | 6aef16015bc9ee34cee1779284e8ffc8a8fd0cbd (diff) | |
download | meta-openembedded-929a7ae0c93dfec9f7d6dd41d14136a5b3db3838.tar.gz |
zsh: upgrade to 5.0.5
Recipe cleanup:
- Add missing license in meta-oe/licenses
- Add DESCRIPTION
- Use ${BP} and ${SOURCEFORGE_MIRROR}
Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/zsh')
-rw-r--r-- | meta-oe/recipes-extended/zsh/zsh.inc | 14 | ||||
-rw-r--r-- | meta-oe/recipes-extended/zsh/zsh_5.0.0.bb | 5 | ||||
-rw-r--r-- | meta-oe/recipes-extended/zsh/zsh_5.0.5.bb | 5 |
3 files changed, 13 insertions, 11 deletions
diff --git a/meta-oe/recipes-extended/zsh/zsh.inc b/meta-oe/recipes-extended/zsh/zsh.inc index 03201d68c..db51f3960 100644 --- a/meta-oe/recipes-extended/zsh/zsh.inc +++ b/meta-oe/recipes-extended/zsh/zsh.inc | |||
@@ -1,14 +1,16 @@ | |||
1 | DESCRIPTION = "UNIX Shell similar to the Korn shell" | 1 | SUMMARY = "UNIX Shell similar to the Korn shell" |
2 | HOMEPAGE="http://www.zsh.org" | 2 | DESCRIPTION = "Zsh is a shell designed for interactive use, although it is also a \ |
3 | powerful scripting language. Many of the useful features of bash, \ | ||
4 | ksh, and tcsh were incorporated into zsh; many original features were added." | ||
5 | HOMEPAGE = "http://www.zsh.org" | ||
3 | SECTION = "base/shell" | 6 | SECTION = "base/shell" |
4 | 7 | ||
5 | 8 | LICENSE = "zsh" | |
6 | LICENSE = "ZSH" | 9 | LIC_FILES_CHKSUM = "file://LICENCE;md5=b7bc853894664be455a922db9805288e" |
7 | LIC_FILES_CHKSUM = "file://LICENCE;md5=ad234d4b46db63491c4a9789da4fb341" | ||
8 | 10 | ||
9 | DEPENDS = "ncurses bison-native" | 11 | DEPENDS = "ncurses bison-native" |
10 | 12 | ||
11 | SRC_URI = "http://downloads.sourceforge.net/project/${BPN}/${BPN}/${PV}/${BPN}-${PV}.tar.gz" | 13 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz" |
12 | 14 | ||
13 | inherit autotools gettext update-alternatives | 15 | inherit autotools gettext update-alternatives |
14 | 16 | ||
diff --git a/meta-oe/recipes-extended/zsh/zsh_5.0.0.bb b/meta-oe/recipes-extended/zsh/zsh_5.0.0.bb deleted file mode 100644 index 3421d950c..000000000 --- a/meta-oe/recipes-extended/zsh/zsh_5.0.0.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | require zsh.inc | ||
2 | DEPENDS = "ncurses libcap libpcre gdbm groff-native" | ||
3 | |||
4 | SRC_URI[md5sum] = "01df38e4aa34aa227462fdf2f6d4c5cd" | ||
5 | SRC_URI[sha256sum] = "835194ea83abd812b5fdb1d2bfa6427c4c4e95e771c4a75e9006037af8efd264" | ||
diff --git a/meta-oe/recipes-extended/zsh/zsh_5.0.5.bb b/meta-oe/recipes-extended/zsh/zsh_5.0.5.bb new file mode 100644 index 000000000..a7170dca8 --- /dev/null +++ b/meta-oe/recipes-extended/zsh/zsh_5.0.5.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | require zsh.inc | ||
2 | DEPENDS += "libcap libpcre gdbm groff-native" | ||
3 | |||
4 | SRC_URI[md5sum] = "6fb0e3e52a0f8de5ca63138391b81ce0" | ||
5 | SRC_URI[sha256sum] = "b35cf19e4a6ba39fd03c6372b8a8760a491cc2e2e4aba3d15023ff291c2894b4" | ||