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/beecrypt/beecrypt_3.1.0.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/beecrypt/beecrypt_3.1.0.bb') diff --git a/recipes/beecrypt/beecrypt_3.1.0.bb b/recipes/beecrypt/beecrypt_3.1.0.bb index 8de6232fc5..8205f7c3b4 100644 --- a/recipes/beecrypt/beecrypt_3.1.0.bb +++ b/recipes/beecrypt/beecrypt_3.1.0.bb @@ -18,3 +18,6 @@ do_stage() { autotools_stage_all } + +SRC_URI[md5sum] = "1472cada46e2ab9f532f984de9740386" +SRC_URI[sha256sum] = "50b574d330fecbc9faed81746a1abfcec903c264ae753ac64d4edf22c701519f" -- cgit 1.2.3-korg