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/julius/julius_4.1.2.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/julius/julius_4.1.2.bb') diff --git a/recipes/julius/julius_4.1.2.bb b/recipes/julius/julius_4.1.2.bb index f6b2f1509f..57e78a67b3 100644 --- a/recipes/julius/julius_4.1.2.bb +++ b/recipes/julius/julius_4.1.2.bb @@ -64,3 +64,6 @@ do_stage() { oe_runmake -e install done } + +SRC_URI[md5sum] = "886a114b391aa1992567019213efc63e" +SRC_URI[sha256sum] = "542c7f1042679c8484dc2f5f5536ed0c79fa79b2b9dd6cf6881278a6fdb37a84" -- cgit 1.2.3-korg