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/gnomebaker_0.6.0.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/gnome/gnomebaker_0.6.0.bb') diff --git a/recipes/gnome/gnomebaker_0.6.0.bb b/recipes/gnome/gnomebaker_0.6.0.bb index 692ed2ee6c..7be0d583d4 100644 --- a/recipes/gnome/gnomebaker_0.6.0.bb +++ b/recipes/gnome/gnomebaker_0.6.0.bb @@ -10,3 +10,6 @@ inherit autotools pkgconfig FILES_${PN} += "${datadir}/icons" + +SRC_URI[md5sum] = "351363497017121d3a1d43b0e3a0f515" +SRC_URI[sha256sum] = "b1639296a7c5de7fbc37464ed70d68007edcb884eb4b5983a1c5f9028f50fb0b" -- cgit 1.2.3-korg