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/glib-2.0/glib-2.0_2.12.11.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/glib-2.0/glib-2.0_2.12.11.bb') diff --git a/recipes/glib-2.0/glib-2.0_2.12.11.bb b/recipes/glib-2.0/glib-2.0_2.12.11.bb index 31a1d53a63..ea47790a5c 100644 --- a/recipes/glib-2.0/glib-2.0_2.12.11.bb +++ b/recipes/glib-2.0/glib-2.0_2.12.11.bb @@ -5,3 +5,6 @@ SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glib/2.12/glib-${PV}.tar.bz2 \ file://glibconfig-sysdefs.h \ file://configure-libtool.patch;patch=1" + +SRC_URI[md5sum] = "077a9917b673a9a0bc63f351786dde24" +SRC_URI[sha256sum] = "706aa9da1c096af8d27b3ddb5da4e321dd6b10f881887639e280e4e10b81c4b3" -- cgit 1.2.3-korg