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/kde4/gmm_3.0.bb | 3 +++ recipes/kde4/strigi_0.5.10.bb | 3 +++ 2 files changed, 6 insertions(+) (limited to 'recipes/kde4') diff --git a/recipes/kde4/gmm_3.0.bb b/recipes/kde4/gmm_3.0.bb index 47cda16506..cce2303e50 100644 --- a/recipes/kde4/gmm_3.0.bb +++ b/recipes/kde4/gmm_3.0.bb @@ -10,3 +10,6 @@ do_stage() { autotools_stage_all } + +SRC_URI[md5sum] = "e543571d8812357374699491014abd58" +SRC_URI[sha256sum] = "f7fad050ce4641a43c2249fd691e514a0ee6afc09b4ec54c8c30038d0c2783d1" diff --git a/recipes/kde4/strigi_0.5.10.bb b/recipes/kde4/strigi_0.5.10.bb index 0331d9fe59..0dfb4cb762 100644 --- a/recipes/kde4/strigi_0.5.10.bb +++ b/recipes/kde4/strigi_0.5.10.bb @@ -21,3 +21,6 @@ do_stage() { } + +SRC_URI[md5sum] = "cfaa2114ea27f2a00e6773c374e98ec4" +SRC_URI[sha256sum] = "3851f803de3759490073c1d682d018592b010437b9ac2b85394eaddc63621faf" -- cgit 1.2.3-korg