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/openrdate/openrdate_1.1.3.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/openrdate') diff --git a/recipes/openrdate/openrdate_1.1.3.bb b/recipes/openrdate/openrdate_1.1.3.bb index 63f60aaa74..138f579e6e 100644 --- a/recipes/openrdate/openrdate_1.1.3.bb +++ b/recipes/openrdate/openrdate_1.1.3.bb @@ -12,3 +12,6 @@ inherit autotools do_stage() { autotools_stage_all } + +SRC_URI[md5sum] = "af4785f615b9d87b9c86a32af4ecc225" +SRC_URI[sha256sum] = "0f8a034107fc7593f28e77b276f964c1309343b4702ecdf0d61bb3e57ad0cb5f" -- cgit 1.2.3-korg