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/coreutils/coreutils_7.1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/coreutils/coreutils_7.1.bb') diff --git a/recipes/coreutils/coreutils_7.1.bb b/recipes/coreutils/coreutils_7.1.bb index 18ee4e36e1..9a7f52ecef 100644 --- a/recipes/coreutils/coreutils_7.1.bb +++ b/recipes/coreutils/coreutils_7.1.bb @@ -5,3 +5,6 @@ PR = "r0.1" SRC_URI += "file://automake-version.patch;patch=1 \ file://man.patch;patch=1" + +SRC_URI[md5sum] = "cbb2b3d1718ee1237b808e00b5c11b1e" +SRC_URI[sha256sum] = "813cb19fa19a885f342664109c7c5810f0081b624ff317bba8d1b6ccd83c2a05" -- cgit 1.2.3-korg