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/batmand/batmand_0.3.2.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/batmand/batmand_0.3.2.bb') diff --git a/recipes/batmand/batmand_0.3.2.bb b/recipes/batmand/batmand_0.3.2.bb index f359f5e7ca..97b357e3ba 100644 --- a/recipes/batmand/batmand_0.3.2.bb +++ b/recipes/batmand/batmand_0.3.2.bb @@ -1,3 +1,6 @@ require batmand.inc PR = "${INC_PR}.1" + +SRC_URI[md5sum] = "3f2f6b408828d34c5c2f1445e744e6ac" +SRC_URI[sha256sum] = "2b0f22efc1bda016649db8d6e1214e381d034befa9c9835c3a6a75d5f95cf931" -- cgit 1.2.3-korg