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/libg15/libg15_1.2.1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/libg15') diff --git a/recipes/libg15/libg15_1.2.1.bb b/recipes/libg15/libg15_1.2.1.bb index 85b02a3f9b..e83e70fd58 100644 --- a/recipes/libg15/libg15_1.2.1.bb +++ b/recipes/libg15/libg15_1.2.1.bb @@ -16,3 +16,6 @@ do_stage () { autotools_stage_all } + +SRC_URI[md5sum] = "51d42e50ec00315f71be184ba1ddf32b" +SRC_URI[sha256sum] = "fd9468704d55fc6796604380ee63454e954720519f827e5ac563e2144b719155" -- cgit 1.2.3-korg