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/gimp/gimp_2.3.10.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/gimp/gimp_2.3.10.bb') diff --git a/recipes/gimp/gimp_2.3.10.bb b/recipes/gimp/gimp_2.3.10.bb index b06687c06d..57a831e932 100644 --- a/recipes/gimp/gimp_2.3.10.bb +++ b/recipes/gimp/gimp_2.3.10.bb @@ -1,3 +1,6 @@ require gimp.inc PR = "r3" + +SRC_URI[archive.md5sum] = "a46acb413484300583ffca1fa54e0874" +SRC_URI[archive.sha256sum] = "38ddc0ebc452968db653efce31864d61bc4a5e521a9694a8b9b8f4fe49a2d131" -- cgit 1.2.3-korg