* [meta-oe][PATCH] zsh: upgrade to 5.0.5
@ 2014-04-02 12:24 Matthieu Crapet
2014-04-20 12:53 ` Martin Jansa
0 siblings, 1 reply; 4+ messages in thread
From: Matthieu Crapet @ 2014-04-02 12:24 UTC (permalink / raw)
To: openembedded-devel
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>
---
meta-oe/licenses/zsh | 37 +++++++++++++++++++++++++++++++
meta-oe/recipes-extended/zsh/zsh.inc | 14 +++++++-----
meta-oe/recipes-extended/zsh/zsh_5.0.0.bb | 5 -----
meta-oe/recipes-extended/zsh/zsh_5.0.5.bb | 5 +++++
4 files changed, 50 insertions(+), 11 deletions(-)
create mode 100644 meta-oe/licenses/zsh
delete mode 100644 meta-oe/recipes-extended/zsh/zsh_5.0.0.bb
create mode 100644 meta-oe/recipes-extended/zsh/zsh_5.0.5.bb
diff --git a/meta-oe/licenses/zsh b/meta-oe/licenses/zsh
new file mode 100644
index 0000000..1fb1fc4
--- /dev/null
+++ b/meta-oe/licenses/zsh
@@ -0,0 +1,37 @@
+Unless otherwise noted in the header of specific files, files in this
+distribution have the licence shown below.
+
+However, note that certain shell functions are licensed under versions
+of the GNU General Public Licence. Anyone distributing the shell as a
+binary including those files needs to take account of this. Search
+shell functions for "Copyright" for specific copyright information.
+None of the core functions are affected by this, so those files may
+simply be omitted.
+
+--
+
+The Z Shell is copyright (c) 1992-2009 Paul Falstad, Richard Coleman,
+Zoltán Hidvégi, Andrew Main, Peter Stephenson, Sven Wischnowsky, and
+others. All rights reserved. Individual authors, whether or not
+specifically named, retain copyright in all changes; in what follows, they
+are referred to as `the Zsh Development Group'. This is for convenience
+only and this body has no legal status. The Z shell is distributed under
+the following licence; any provisions made in individual files take
+precedence.
+
+Permission is hereby granted, without written agreement and without
+licence or royalty fees, to use, copy, modify, and distribute this
+software and to distribute modified versions of this software for any
+purpose, provided that the above copyright notice and the following
+two paragraphs appear in all copies of this software.
+
+In no event shall the Zsh Development Group be liable to any party for
+direct, indirect, special, incidental, or consequential damages arising out
+of the use of this software and its documentation, even if the Zsh
+Development Group have been advised of the possibility of such damage.
+
+The Zsh Development Group specifically disclaim any warranties, including,
+but not limited to, the implied warranties of merchantability and fitness
+for a particular purpose. The software provided hereunder is on an "as is"
+basis, and the Zsh Development Group have no obligation to provide
+maintenance, support, updates, enhancements, or modifications.
diff --git a/meta-oe/recipes-extended/zsh/zsh.inc b/meta-oe/recipes-extended/zsh/zsh.inc
index 03201d6..db51f39 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 3421d95..0000000
--- 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 0000000..a7170dc
--- /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"
--
1.8.5.4
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [meta-oe][PATCH] zsh: upgrade to 5.0.5
2014-04-02 12:24 [meta-oe][PATCH] zsh: upgrade to 5.0.5 Matthieu Crapet
@ 2014-04-20 12:53 ` Martin Jansa
0 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2014-04-20 12:53 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 5481 bytes --]
On Wed, Apr 02, 2014 at 02:24:26PM +0200, Matthieu Crapet wrote:
> Recipe cleanup:
> - Add missing license in meta-oe/licenses
> - Add DESCRIPTION
> - Use ${BP} and ${SOURCEFORGE_MIRROR}
Merged, thanks!
>
> Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
> ---
> meta-oe/licenses/zsh | 37 +++++++++++++++++++++++++++++++
> meta-oe/recipes-extended/zsh/zsh.inc | 14 +++++++-----
> meta-oe/recipes-extended/zsh/zsh_5.0.0.bb | 5 -----
> meta-oe/recipes-extended/zsh/zsh_5.0.5.bb | 5 +++++
> 4 files changed, 50 insertions(+), 11 deletions(-)
> create mode 100644 meta-oe/licenses/zsh
> delete mode 100644 meta-oe/recipes-extended/zsh/zsh_5.0.0.bb
> create mode 100644 meta-oe/recipes-extended/zsh/zsh_5.0.5.bb
>
> diff --git a/meta-oe/licenses/zsh b/meta-oe/licenses/zsh
> new file mode 100644
> index 0000000..1fb1fc4
> --- /dev/null
> +++ b/meta-oe/licenses/zsh
> @@ -0,0 +1,37 @@
> +Unless otherwise noted in the header of specific files, files in this
> +distribution have the licence shown below.
> +
> +However, note that certain shell functions are licensed under versions
> +of the GNU General Public Licence. Anyone distributing the shell as a
> +binary including those files needs to take account of this. Search
> +shell functions for "Copyright" for specific copyright information.
> +None of the core functions are affected by this, so those files may
> +simply be omitted.
> +
> +--
> +
> +The Z Shell is copyright (c) 1992-2009 Paul Falstad, Richard Coleman,
> +Zoltán Hidvégi, Andrew Main, Peter Stephenson, Sven Wischnowsky, and
> +others. All rights reserved. Individual authors, whether or not
> +specifically named, retain copyright in all changes; in what follows, they
> +are referred to as `the Zsh Development Group'. This is for convenience
> +only and this body has no legal status. The Z shell is distributed under
> +the following licence; any provisions made in individual files take
> +precedence.
> +
> +Permission is hereby granted, without written agreement and without
> +licence or royalty fees, to use, copy, modify, and distribute this
> +software and to distribute modified versions of this software for any
> +purpose, provided that the above copyright notice and the following
> +two paragraphs appear in all copies of this software.
> +
> +In no event shall the Zsh Development Group be liable to any party for
> +direct, indirect, special, incidental, or consequential damages arising out
> +of the use of this software and its documentation, even if the Zsh
> +Development Group have been advised of the possibility of such damage.
> +
> +The Zsh Development Group specifically disclaim any warranties, including,
> +but not limited to, the implied warranties of merchantability and fitness
> +for a particular purpose. The software provided hereunder is on an "as is"
> +basis, and the Zsh Development Group have no obligation to provide
> +maintenance, support, updates, enhancements, or modifications.
> diff --git a/meta-oe/recipes-extended/zsh/zsh.inc b/meta-oe/recipes-extended/zsh/zsh.inc
> index 03201d6..db51f39 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 3421d95..0000000
> --- 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 0000000..a7170dc
> --- /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"
> --
> 1.8.5.4
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* [meta-oe][PATCH] zsh: upgrade to 5.0.5
@ 2014-04-02 12:21 Matthieu Crapet
2014-04-02 12:29 ` Matthieu CRAPET
0 siblings, 1 reply; 4+ messages in thread
From: Matthieu Crapet @ 2014-04-02 12:21 UTC (permalink / raw)
To: openembedded-devel
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="y", Size: 4906 bytes --]
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>
---
meta-oe/licenses/zsh | 37 +++++++++++++++++++++++++++++++
meta-oe/recipes-extended/zsh/zsh.inc | 14 +++++++-----
meta-oe/recipes-extended/zsh/zsh_5.0.0.bb | 5 -----
meta-oe/recipes-extended/zsh/zsh_5.0.5.bb | 5 +++++
4 files changed, 50 insertions(+), 11 deletions(-)
create mode 100644 meta-oe/licenses/zsh
delete mode 100644 meta-oe/recipes-extended/zsh/zsh_5.0.0.bb
create mode 100644 meta-oe/recipes-extended/zsh/zsh_5.0.5.bb
diff --git a/meta-oe/licenses/zsh b/meta-oe/licenses/zsh
new file mode 100644
index 0000000..1fb1fc4
--- /dev/null
+++ b/meta-oe/licenses/zsh
@@ -0,0 +1,37 @@
+Unless otherwise noted in the header of specific files, files in this
+distribution have the licence shown below.
+
+However, note that certain shell functions are licensed under versions
+of the GNU General Public Licence. Anyone distributing the shell as a
+binary including those files needs to take account of this. Search
+shell functions for "Copyright" for specific copyright information.
+None of the core functions are affected by this, so those files may
+simply be omitted.
+
+--
+
+The Z Shell is copyright (c) 1992-2009 Paul Falstad, Richard Coleman,
+Zoltán Hidvégi, Andrew Main, Peter Stephenson, Sven Wischnowsky, and
+others. All rights reserved. Individual authors, whether or not
+specifically named, retain copyright in all changes; in what follows, they
+are referred to as `the Zsh Development Group'. This is for convenience
+only and this body has no legal status. The Z shell is distributed under
+the following licence; any provisions made in individual files take
+precedence.
+
+Permission is hereby granted, without written agreement and without
+licence or royalty fees, to use, copy, modify, and distribute this
+software and to distribute modified versions of this software for any
+purpose, provided that the above copyright notice and the following
+two paragraphs appear in all copies of this software.
+
+In no event shall the Zsh Development Group be liable to any party for
+direct, indirect, special, incidental, or consequential damages arising out
+of the use of this software and its documentation, even if the Zsh
+Development Group have been advised of the possibility of such damage.
+
+The Zsh Development Group specifically disclaim any warranties, including,
+but not limited to, the implied warranties of merchantability and fitness
+for a particular purpose. The software provided hereunder is on an "as is"
+basis, and the Zsh Development Group have no obligation to provide
+maintenance, support, updates, enhancements, or modifications.
diff --git a/meta-oe/recipes-extended/zsh/zsh.inc b/meta-oe/recipes-extended/zsh/zsh.inc
index 03201d6..db51f39 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 3421d95..0000000
--- 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 0000000..a7170dc
--- /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"
--
1.8.5.4
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [meta-oe][PATCH] zsh: upgrade to 5.0.5
2014-04-02 12:21 Matthieu Crapet
@ 2014-04-02 12:29 ` Matthieu CRAPET
0 siblings, 0 replies; 4+ messages in thread
From: Matthieu CRAPET @ 2014-04-02 12:29 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
Forget this one, I screwed with content-type.
Content-Type: text/plain; charset=y
Instead of
Content-Type: text/plain; charset=UTF-8
Matt
-----Message d'origine-----
De : openembedded-devel-bounces@lists.openembedded.org [mailto:openembedded-devel-bounces@lists.openembedded.org] De la part de Matthieu Crapet
Envoyé : mercredi 2 avril 2014 14:21
À : openembedded-devel@lists.openembedded.org
Objet : [oe] [meta-oe][PATCH] 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>
---
meta-oe/licenses/zsh | 37 +++++++++++++++++++++++++++++++
meta-oe/recipes-extended/zsh/zsh.inc | 14 +++++++-----
meta-oe/recipes-extended/zsh/zsh_5.0.0.bb | 5 ----- meta-oe/recipes-extended/zsh/zsh_5.0.5.bb | 5 +++++
4 files changed, 50 insertions(+), 11 deletions(-) create mode 100644 meta-oe/licenses/zsh delete mode 100644 meta-oe/recipes-extended/zsh/zsh_5.0.0.bb
create mode 100644 meta-oe/recipes-extended/zsh/zsh_5.0.5.bb
diff --git a/meta-oe/licenses/zsh b/meta-oe/licenses/zsh new file mode 100644 index 0000000..1fb1fc4
--- /dev/null
+++ b/meta-oe/licenses/zsh
@@ -0,0 +1,37 @@
+Unless otherwise noted in the header of specific files, files in this
+distribution have the licence shown below.
+
+However, note that certain shell functions are licensed under versions
+of the GNU General Public Licence. Anyone distributing the shell as a
+binary including those files needs to take account of this. Search
+shell functions for "Copyright" for specific copyright information.
+None of the core functions are affected by this, so those files may
+simply be omitted.
+
+--
+
+The Z Shell is copyright (c) 1992-2009 Paul Falstad, Richard Coleman,
+Zoltán Hidvégi, Andrew Main, Peter Stephenson, Sven Wischnowsky, and
+others. All rights reserved. Individual authors, whether or not
+specifically named, retain copyright in all changes; in what follows,
+they are referred to as `the Zsh Development Group'. This is for
+convenience only and this body has no legal status. The Z shell is
+distributed under the following licence; any provisions made in
+individual files take precedence.
+
+Permission is hereby granted, without written agreement and without
+licence or royalty fees, to use, copy, modify, and distribute this
+software and to distribute modified versions of this software for any
+purpose, provided that the above copyright notice and the following two
+paragraphs appear in all copies of this software.
+
+In no event shall the Zsh Development Group be liable to any party for
+direct, indirect, special, incidental, or consequential damages arising
+out of the use of this software and its documentation, even if the Zsh
+Development Group have been advised of the possibility of such damage.
+
+The Zsh Development Group specifically disclaim any warranties,
+including, but not limited to, the implied warranties of
+merchantability and fitness for a particular purpose. The software provided hereunder is on an "as is"
+basis, and the Zsh Development Group have no obligation to provide
+maintenance, support, updates, enhancements, or modifications.
diff --git a/meta-oe/recipes-extended/zsh/zsh.inc b/meta-oe/recipes-extended/zsh/zsh.inc
index 03201d6..db51f39 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 3421d95..0000000
--- 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 0000000..a7170dc
--- /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"
--
1.8.5.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-04-20 12:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-02 12:24 [meta-oe][PATCH] zsh: upgrade to 5.0.5 Matthieu Crapet
2014-04-20 12:53 ` Martin Jansa
-- strict thread matches above, loose matches on Subject: below --
2014-04-02 12:21 Matthieu Crapet
2014-04-02 12:29 ` Matthieu CRAPET
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.