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/gdbserver_6.7.1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/gdb/gdbserver_6.7.1.bb') diff --git a/recipes/gdb/gdbserver_6.7.1.bb b/recipes/gdb/gdbserver_6.7.1.bb index cb83d6f2c7..da6365e5da 100644 --- a/recipes/gdb/gdbserver_6.7.1.bb +++ b/recipes/gdb/gdbserver_6.7.1.bb @@ -8,3 +8,6 @@ DEFAULT_PREFERENCE_avr32 = "99" SRC_URI_avr32 = " http://avr32linux.org/twiki/pub/Main/GDBPatches/gdb-6.7.1.atmel.1.0.3.tar.bz2" S_avr32 = "${WORKDIR}/gdb-6.7.1.atmel.1.0.3" + +SRC_URI[md5sum] = "7a74dcafdd39d18678e5b5cc2c50bb0c" +SRC_URI[sha256sum] = "66e6ff871a7ed71ea433b8341ffebbe48590119e43a42953d392f5ce517c95e4" -- cgit 1.2.3-korg