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.8.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/gimp/gimp_2.3.8.bb') diff --git a/recipes/gimp/gimp_2.3.8.bb b/recipes/gimp/gimp_2.3.8.bb index 7e72e74695..213198e039 100644 --- a/recipes/gimp/gimp_2.3.8.bb +++ b/recipes/gimp/gimp_2.3.8.bb @@ -1,2 +1,5 @@ require gimp.inc PR = "r1" + +SRC_URI[archive.md5sum] = "393e7fb4e5e141faa2e3b44da3f301e3" +SRC_URI[archive.sha256sum] = "ea5cb59c739357003b3c7fb0d1166e8d8f913be6e9f4737c1905e62b93b0246f" -- cgit 1.2.3-korg