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/jards/jards_1.0.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/jards') diff --git a/recipes/jards/jards_1.0.bb b/recipes/jards/jards_1.0.bb index 8f51b4309d..82dd60564d 100644 --- a/recipes/jards/jards_1.0.bb +++ b/recipes/jards/jards_1.0.bb @@ -53,3 +53,6 @@ do_install() { done } + +SRC_URI[md5sum] = "1282913edd226bc9e865f39d79573117" +SRC_URI[sha256sum] = "3c884982ebf40aade899379902ec92c41782d18c19506cf0ec40bcf6a7df8e3b" -- cgit 1.2.3-korg