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.6.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/gdb/gdb_6.6.bb') diff --git a/recipes/gdb/gdb_6.6.bb b/recipes/gdb/gdb_6.6.bb index 501e1164ff..5ed504a357 100644 --- a/recipes/gdb/gdb_6.6.bb +++ b/recipes/gdb/gdb_6.6.bb @@ -4,3 +4,6 @@ LICENSE = "GPLv2" PR = "r5" SRC_URI += "file://early_debug_in_nptl.patch;patch=1;pnum=0" + +SRC_URI[md5sum] = "18be4e7a1ac713bda93d00fee20bbef8" +SRC_URI[sha256sum] = "c119ce82f0e42d3412420c42c1ead75e0b9de67131a5c9dd3cdab509f65ddfdd" -- cgit 1.2.3-korg