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/libgcrypt/libgcrypt_1.1.91.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/libgcrypt/libgcrypt_1.1.91.bb') diff --git a/recipes/libgcrypt/libgcrypt_1.1.91.bb b/recipes/libgcrypt/libgcrypt_1.1.91.bb index 0eaeaaf9fc..d0ca4acf12 100644 --- a/recipes/libgcrypt/libgcrypt_1.1.91.bb +++ b/recipes/libgcrypt/libgcrypt_1.1.91.bb @@ -31,3 +31,6 @@ do_stage() { done } + +SRC_URI[md5sum] = "8f3581d2d2a66c8f42b16f6ce13dedc3" +SRC_URI[sha256sum] = "9ea092029d2b32dc5eb06b38494dcc264d1a46835296ac1ed0433fff25030b83" -- cgit 1.2.3-korg