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/gnome/libgtop_2.23.4.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/gnome/libgtop_2.23.4.bb') diff --git a/recipes/gnome/libgtop_2.23.4.bb b/recipes/gnome/libgtop_2.23.4.bb index 02d1d9405c..671a45e80f 100644 --- a/recipes/gnome/libgtop_2.23.4.bb +++ b/recipes/gnome/libgtop_2.23.4.bb @@ -8,3 +8,6 @@ AUTOTOOLS_STAGE_PKGCONFIG = "1" do_stage() { autotools_stage_all } + +SRC_URI[archive.md5sum] = "bb37766ba407983a8e055eb4705a1a81" +SRC_URI[archive.sha256sum] = "7d9b0e68b4e84e7938197c5240023d3b6840026cfc9f83bdab202fbab4029a9b" -- cgit 1.2.3-korg