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/zten/zten_1.6.2.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/zten') diff --git a/recipes/zten/zten_1.6.2.bb b/recipes/zten/zten_1.6.2.bb index e45fcef4fc..236fc95996 100644 --- a/recipes/zten/zten_1.6.2.bb +++ b/recipes/zten/zten_1.6.2.bb @@ -27,3 +27,6 @@ do_install() { install -m 0644 Zten.png ${D}${palmtopdir}/pics } + +SRC_URI[md5sum] = "d24f03c8df5c98d510590bd9a63dc932" +SRC_URI[sha256sum] = "7fa88dcb6da482bc20fc4916f191e9c35d01b3c0f45c9bcd66067029c49cc0b4" -- cgit 1.2.3-korg