From 44985d56bc556786812a0a02d6219afd31a7381d Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 10 Apr 2010 11:21:48 +0200 Subject: 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 --- recipes/zsh/zsh_4.1.1.bb | 3 +++ recipes/zsh/zsh_4.3.10.bb | 3 +++ 2 files changed, 6 insertions(+) (limited to 'recipes/zsh') 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" -- cgit 1.2.3-korg