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/gpe-bootsplash/gpe-bootsplash_1.13.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/gpe-bootsplash/gpe-bootsplash_1.13.bb') diff --git a/recipes/gpe-bootsplash/gpe-bootsplash_1.13.bb b/recipes/gpe-bootsplash/gpe-bootsplash_1.13.bb index 54a35a4b6a..63a32f83a7 100644 --- a/recipes/gpe-bootsplash/gpe-bootsplash_1.13.bb +++ b/recipes/gpe-bootsplash/gpe-bootsplash_1.13.bb @@ -18,3 +18,6 @@ do_install_append() { mv ${D}${sysconfdir}/rcS.d/S00bootsplash ${D}${sysconfdir}/rcS.d/S02bootsplash } + +SRC_URI[md5sum] = "8be734730d5c241bc36fa9b65b1445a8" +SRC_URI[sha256sum] = "842d0c6d40201cba0361b9a2d85e4e3363d9de34601d054e42582c82c637d239" -- cgit 1.2.3-korg