aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorMatthieu CRAPET <Matthieu.CRAPET@ingenico.com>2014-04-02 14:24:26 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-04-20 14:50:47 +0200
commit929a7ae0c93dfec9f7d6dd41d14136a5b3db3838 (patch)
tree39e70f6dc7299ccfc7fa67307405f2a9c7ea306e /meta-oe/recipes-extended
parent6aef16015bc9ee34cee1779284e8ffc8a8fd0cbd (diff)
downloadmeta-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')
-rw-r--r--meta-oe/recipes-extended/zsh/zsh.inc14
-rw-r--r--meta-oe/recipes-extended/zsh/zsh_5.0.0.bb5
-rw-r--r--meta-oe/recipes-extended/zsh/zsh_5.0.5.bb5
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 03201d68cb..db51f39605 100644
--- a/meta-oe/recipes-extended/zsh/zsh.inc
+++ b/meta-oe/recipes-extended/zsh/zsh.inc
@@ -1,14 +1,16 @@
-DESCRIPTION = "UNIX Shell similar to the Korn shell"
-HOMEPAGE="http://www.zsh.org"
+SUMMARY = "UNIX Shell similar to the Korn shell"
+DESCRIPTION = "Zsh is a shell designed for interactive use, although it is also a \
+ powerful scripting language. Many of the useful features of bash, \
+ ksh, and tcsh were incorporated into zsh; many original features were added."
+HOMEPAGE = "http://www.zsh.org"
SECTION = "base/shell"
-
-LICENSE = "ZSH"
-LIC_FILES_CHKSUM = "file://LICENCE;md5=ad234d4b46db63491c4a9789da4fb341"
+LICENSE = "zsh"
+LIC_FILES_CHKSUM = "file://LICENCE;md5=b7bc853894664be455a922db9805288e"
DEPENDS = "ncurses bison-native"
-SRC_URI = "http://downloads.sourceforge.net/project/${BPN}/${BPN}/${PV}/${BPN}-${PV}.tar.gz"
+SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz"
inherit autotools gettext update-alternatives
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 3421d950cf..0000000000
--- a/meta-oe/recipes-extended/zsh/zsh_5.0.0.bb
+++ /dev/null
@@ -1,5 +0,0 @@
-require zsh.inc
-DEPENDS = "ncurses libcap libpcre gdbm groff-native"
-
-SRC_URI[md5sum] = "01df38e4aa34aa227462fdf2f6d4c5cd"
-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 0000000000..a7170dca87
--- /dev/null
+++ b/meta-oe/recipes-extended/zsh/zsh_5.0.5.bb
@@ -0,0 +1,5 @@
+require zsh.inc
+DEPENDS += "libcap libpcre gdbm groff-native"
+
+SRC_URI[md5sum] = "6fb0e3e52a0f8de5ca63138391b81ce0"
+SRC_URI[sha256sum] = "b35cf19e4a6ba39fd03c6372b8a8760a491cc2e2e4aba3d15023ff291c2894b4"