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/libaal/libaal_1.0.4.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/libaal/libaal_1.0.4.bb') diff --git a/recipes/libaal/libaal_1.0.4.bb b/recipes/libaal/libaal_1.0.4.bb index af847f50c6..c04651b9e0 100644 --- a/recipes/libaal/libaal_1.0.4.bb +++ b/recipes/libaal/libaal_1.0.4.bb @@ -22,3 +22,6 @@ do_stage() { echo "NOTE: stage package ${PF} is: (${PN},${PV},${PR})" autotools_stage_all } + +SRC_URI[md5sum] = "bdcdb1b8ca13dba897c0a2138d1643f5" +SRC_URI[sha256sum] = "694ea8352edf845b0a7dc0c2e0e990bcb8507f64e405edc048ad115c6578e5f7" -- cgit 1.2.3-korg