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/gtk+/gdk-pixbuf_2.10.14.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/gtk+/gdk-pixbuf_2.10.14.bb') diff --git a/recipes/gtk+/gdk-pixbuf_2.10.14.bb b/recipes/gtk+/gdk-pixbuf_2.10.14.bb index 0aa53b856a..1ff2687bf0 100644 --- a/recipes/gtk+/gdk-pixbuf_2.10.14.bb +++ b/recipes/gtk+/gdk-pixbuf_2.10.14.bb @@ -64,3 +64,6 @@ do_install() { cd gdk-pixbuf && oe_runmake install DESTDIR=${D} } + +SRC_URI[md5sum] = "018d7dd0fa7de01cfdb77c7c55e7ba26" +SRC_URI[sha256sum] = "d02344239d048390ba02fcfd7de4f9efc0dfb51e7b06dfa46a6314d666ea4de2" -- cgit 1.2.3-korg