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/cyrus-sasl/cyrus-sasl_2.1.17.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/cyrus-sasl/cyrus-sasl_2.1.17.bb') diff --git a/recipes/cyrus-sasl/cyrus-sasl_2.1.17.bb b/recipes/cyrus-sasl/cyrus-sasl_2.1.17.bb index 00cad2d6d6..bc24679e63 100644 --- a/recipes/cyrus-sasl/cyrus-sasl_2.1.17.bb +++ b/recipes/cyrus-sasl/cyrus-sasl_2.1.17.bb @@ -40,3 +40,6 @@ do_stage () { install -m 0644 ${S}/include/saslutil.h ${STAGING_INCDIR}/sasl/ install -m 0644 ${S}/include/prop.h ${STAGING_INCDIR}/sasl/ } + +SRC_URI[md5sum] = "4add6be2f194dc51aafc64193a1dd77b" +SRC_URI[sha256sum] = "7a0b1d5135fa470d10b86f4efbf3f59d6412f1e539f7ea61604d44ac4505dba6" -- cgit 1.2.3-korg