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/zudoku/zudoku_1.1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/zudoku/zudoku_1.1.bb') diff --git a/recipes/zudoku/zudoku_1.1.bb b/recipes/zudoku/zudoku_1.1.bb index e9eb09741a..d7d93bf90e 100644 --- a/recipes/zudoku/zudoku_1.1.bb +++ b/recipes/zudoku/zudoku_1.1.bb @@ -22,3 +22,6 @@ do_install() { install -d ${D}${palmtopdir}/pics/ install -m 0644 zudoku64x64.png ${D}${palmtopdir}/pics/zudoku.png } + +SRC_URI[md5sum] = "8f8fd0e106c81897f0c8c3049dbf57de" +SRC_URI[sha256sum] = "42494c9c712caaf3ca96f8abf59aaeb0fb3dbd2076c21d8642ea4c6cd9a04900" -- cgit 1.2.3-korg