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/softfan/softfan_0.10.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/softfan') diff --git a/recipes/softfan/softfan_0.10.bb b/recipes/softfan/softfan_0.10.bb index b589d736bf..93a827c4c1 100644 --- a/recipes/softfan/softfan_0.10.bb +++ b/recipes/softfan/softfan_0.10.bb @@ -15,3 +15,6 @@ do_install() { install -d ${D}${base_sbindir} install -m 0755 softfan ${D}${base_sbindir}/softfan } + +SRC_URI[md5sum] = "e19e8a55c70d9b78f3c5abfa456ebf0c" +SRC_URI[sha256sum] = "d1cf80381378041049c2b5ec25afca56939cce1d7dd8a8d8ab2ac46e210e354d" -- cgit 1.2.3-korg