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/otpcalc/otpcalc_0.97.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/otpcalc/otpcalc_0.97.bb') diff --git a/recipes/otpcalc/otpcalc_0.97.bb b/recipes/otpcalc/otpcalc_0.97.bb index baeddd91a9..d6e07b2615 100644 --- a/recipes/otpcalc/otpcalc_0.97.bb +++ b/recipes/otpcalc/otpcalc_0.97.bb @@ -24,3 +24,6 @@ do_install() { } + +SRC_URI[md5sum] = "73c9a9e95462afda725fdf17a301f0b0" +SRC_URI[sha256sum] = "e2c19fa6178ed42f0576650db6f94942cac366feadf82c2a679b35197c65f745" -- cgit 1.2.3-korg