aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/zsh
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-04-10 11:21:48 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-04-12 20:07:27 +0200
commit44985d56bc556786812a0a02d6219afd31a7381d (patch)
tree9dfeab9bd98dc6408835b7359861c8dc8ea6fffb /recipes/zsh
parenta8e889754b1bdb261b85ac7de1c1f929ad597c09 (diff)
downloadopenembedded-44985d56bc556786812a0a02d6219afd31a7381d.tar.gz
recipes: move checksums to recipes from checksums.ini
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/zsh')
-rw-r--r--recipes/zsh/zsh_4.1.1.bb3
-rw-r--r--recipes/zsh/zsh_4.3.10.bb3
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes/zsh/zsh_4.1.1.bb b/recipes/zsh/zsh_4.1.1.bb
index 3c5cc85b83..8ea23f9789 100644
--- a/recipes/zsh/zsh_4.1.1.bb
+++ b/recipes/zsh/zsh_4.1.1.bb
@@ -23,3 +23,6 @@ do_configure_prepend () {
do_install_append () {
mv ${D}${bindir}/zsh-${PV} ${D}${bindir}/zsh
}
+
+SRC_URI[md5sum] = "48958b1a3fc86261a26eea40a4f7d4af"
+SRC_URI[sha256sum] = "f539e6db53233fa75d5fa389b4807d54add312fc96de71b5eb7cf4f071719027"
diff --git a/recipes/zsh/zsh_4.3.10.bb b/recipes/zsh/zsh_4.3.10.bb
index 3935e1f0cc..b6ae18d10e 100644
--- a/recipes/zsh/zsh_4.3.10.bb
+++ b/recipes/zsh/zsh_4.3.10.bb
@@ -21,3 +21,6 @@ PARALLEL_MAKE = ""
do_install_append () {
mv ${D}${bindir}/zsh-${PV} ${D}${bindir}/zsh
}
+
+SRC_URI[md5sum] = "74c5b275544400082a1cde806c98682a"
+SRC_URI[sha256sum] = "63fdc0273eadbb42d164f38b0b79922c0b3df0e97084e746a318276d935a4f7c"