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/ipkg/ipkg_0.99.163.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/ipkg/ipkg_0.99.163.bb') diff --git a/recipes/ipkg/ipkg_0.99.163.bb b/recipes/ipkg/ipkg_0.99.163.bb index f546f6e6c8..e090014de9 100644 --- a/recipes/ipkg/ipkg_0.99.163.bb +++ b/recipes/ipkg/ipkg_0.99.163.bb @@ -21,3 +21,6 @@ do_stage() { done } + +SRC_URI[md5sum] = "0b10ad2924611bccaea8ddf98481a192" +SRC_URI[sha256sum] = "405743e1ba320ed6095d42a898f1486e3af1d745cae2bd45dfe1d8403a4d8995" -- cgit 1.2.3-korg