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/mingw/mingw-runtime_3.15.1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/mingw/mingw-runtime_3.15.1.bb') diff --git a/recipes/mingw/mingw-runtime_3.15.1.bb b/recipes/mingw/mingw-runtime_3.15.1.bb index c691d0749d..90689c1483 100644 --- a/recipes/mingw/mingw-runtime_3.15.1.bb +++ b/recipes/mingw/mingw-runtime_3.15.1.bb @@ -5,3 +5,6 @@ PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/mingw/mingwrt-${PV}-mingw32-src.tar.gz" S = "${WORKDIR}/mingwrt-${PV}-mingw32" + +SRC_URI[md5sum] = "0411b98fd5eeac0706e2abb7122526bb" +SRC_URI[sha256sum] = "4f4d19f3e15fdf00957932211be609b6bf4e689ad5938ce7bff666a638bde0e7" -- cgit 1.2.3-korg