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/elfkickers/elfkickers_2.0a.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/elfkickers') diff --git a/recipes/elfkickers/elfkickers_2.0a.bb b/recipes/elfkickers/elfkickers_2.0a.bb index d7aab81504..9b3337efb0 100644 --- a/recipes/elfkickers/elfkickers_2.0a.bb +++ b/recipes/elfkickers/elfkickers_2.0a.bb @@ -30,3 +30,6 @@ do_install () { install -m 0755 $d/$d ${D}${bindir}/ || exit 1 done } + +SRC_URI[md5sum] = "3bf4d8d285591a5b7f31170f9b87aba0" +SRC_URI[sha256sum] = "c196988f55fc6633d9f9f6d9ddc2ae9b4dfa1f300edf4cbbad865c06a8656df7" -- cgit 1.2.3-korg