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/bootsplash/bootsplash_3.0.7.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/bootsplash/bootsplash_3.0.7.bb') diff --git a/recipes/bootsplash/bootsplash_3.0.7.bb b/recipes/bootsplash/bootsplash_3.0.7.bb index da6f75b4d3..9f531a1c81 100644 --- a/recipes/bootsplash/bootsplash_3.0.7.bb +++ b/recipes/bootsplash/bootsplash_3.0.7.bb @@ -26,3 +26,6 @@ do_install() { install -m 0755 ${S}/Utilities/fbtruetype ${D}${bindir} install -m 0755 ${S}/Utilities/splash ${D}${bindir} } + +SRC_URI[md5sum] = "d7c7cdab692fb2edc5cf5ebb554f20a1" +SRC_URI[sha256sum] = "9b20c37f2ae2247354b580e080bf0c3b650d3e63bf39c3d5573ef3b9c75fe0f0" -- cgit 1.2.3-korg