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/guichan/guichan_0.7.1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/guichan') diff --git a/recipes/guichan/guichan_0.7.1.bb b/recipes/guichan/guichan_0.7.1.bb index 83a9eca2c5..76c421fb56 100644 --- a/recipes/guichan/guichan_0.7.1.bb +++ b/recipes/guichan/guichan_0.7.1.bb @@ -20,3 +20,6 @@ do_stage () { autotools_stage_all } + +SRC_URI[md5sum] = "275c5bad231d2ce55e654d80cb1e05be" +SRC_URI[sha256sum] = "7f017522d0c3235f2399f8b615493f3880fbe10a54dfa377f638016ede715a2a" -- cgit 1.2.3-korg