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/gtkextra/gtk+extra_2.1.1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/gtkextra/gtk+extra_2.1.1.bb') diff --git a/recipes/gtkextra/gtk+extra_2.1.1.bb b/recipes/gtkextra/gtk+extra_2.1.1.bb index bc822f7176..02dae78789 100644 --- a/recipes/gtkextra/gtk+extra_2.1.1.bb +++ b/recipes/gtkextra/gtk+extra_2.1.1.bb @@ -7,3 +7,6 @@ DEPENDS = "gtk+" inherit autotools + +SRC_URI[md5sum] = "1a933ca1286829383a0554cc2deb9e04" +SRC_URI[sha256sum] = "82d179fd2eb3fd5acbc9fc4d74507c559c6bc3269c488dc8642f9bca47a5dbe4" -- cgit 1.2.3-korg