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/apr/apr-util_0.9.12.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/apr/apr-util_0.9.12.bb') diff --git a/recipes/apr/apr-util_0.9.12.bb b/recipes/apr/apr-util_0.9.12.bb index d5964added..f1f19ed6af 100644 --- a/recipes/apr/apr-util_0.9.12.bb +++ b/recipes/apr/apr-util_0.9.12.bb @@ -21,3 +21,6 @@ do_configure() { do_stage() { autotools_stage_all } + +SRC_URI[md5sum] = "8e9cc71a1303b67b3278fbeab9799f2e" +SRC_URI[sha256sum] = "5768fcc4d38fa6f811b0a89e2ef450d0f52688ff9263e548819adb096fbfc9c3" -- cgit 1.2.3-korg