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/openssh/openssh_3.7.1p1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/openssh/openssh_3.7.1p1.bb') diff --git a/recipes/openssh/openssh_3.7.1p1.bb b/recipes/openssh/openssh_3.7.1p1.bb index 5f1130da1b..a8b7d0c382 100644 --- a/recipes/openssh/openssh_3.7.1p1.bb +++ b/recipes/openssh/openssh_3.7.1p1.bb @@ -35,3 +35,6 @@ do_configure_prepend () { do_compile_append () { install -m 0644 ${WORKDIR}/sshd_config ${S}/ } + +SRC_URI[md5sum] = "f54e574e606c08ef63ebb1ab2f7689dc" +SRC_URI[sha256sum] = "61d9b805f255e143dbbc50c6c60c24f55bc4f8f319909dd399b3a3a1ef7c77f9" -- cgit 1.2.3-korg