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/hfsutils/hfsutils_3.2.6.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/hfsutils/hfsutils_3.2.6.bb') diff --git a/recipes/hfsutils/hfsutils_3.2.6.bb b/recipes/hfsutils/hfsutils_3.2.6.bb index 5292ac386c..75b3297d8e 100644 --- a/recipes/hfsutils/hfsutils_3.2.6.bb +++ b/recipes/hfsutils/hfsutils_3.2.6.bb @@ -30,3 +30,6 @@ do_install () { ln -sf hfsutil ${D}/${bindir}/${util} done } + +SRC_URI[md5sum] = "fa572afd6da969e25c1455f728750ec4" +SRC_URI[sha256sum] = "bc9d22d6d252b920ec9cdf18e00b7655a6189b3f34f42e58d5bb152957289840" -- cgit 1.2.3-korg