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/gpe-life/gpe-life_0.2.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/gpe-life') diff --git a/recipes/gpe-life/gpe-life_0.2.bb b/recipes/gpe-life/gpe-life_0.2.bb index 0f5acc2716..ed95d77b9b 100644 --- a/recipes/gpe-life/gpe-life_0.2.bb +++ b/recipes/gpe-life/gpe-life_0.2.bb @@ -7,3 +7,6 @@ PR = "r1" DEPENDS = "glib-2.0 gtk+ libglade" inherit gpe autotools + +SRC_URI[md5sum] = "dbba547ab6ec998ea35e110fa4daf823" +SRC_URI[sha256sum] = "37cc3abf96ccbc2fc1e5d2691144154d80ad911d63614d6baa65b016268ebccd" -- cgit 1.2.3-korg