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/gdb/gdb_6.4.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/gdb/gdb_6.4.bb') diff --git a/recipes/gdb/gdb_6.4.bb b/recipes/gdb/gdb_6.4.bb index b3c53a27ae..022b8cf955 100644 --- a/recipes/gdb/gdb_6.4.bb +++ b/recipes/gdb/gdb_6.4.bb @@ -2,3 +2,6 @@ require gdb.inc LICENSE = "GPLv2" PR = "r2" + +SRC_URI[md5sum] = "7dc98022ee96bba5331f195dc8a5491a" +SRC_URI[sha256sum] = "719f2bbd79d55cdd6f5e31b49cec49df71ddb32a4439dba678de0e09330096da" -- cgit 1.2.3-korg