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/libjson/libjson_0.6.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/libjson') diff --git a/recipes/libjson/libjson_0.6.bb b/recipes/libjson/libjson_0.6.bb index 4c93e82a0b..aefeed3342 100644 --- a/recipes/libjson/libjson_0.6.bb +++ b/recipes/libjson/libjson_0.6.bb @@ -13,3 +13,6 @@ inherit autotools do_stage() { autotools_stage_all } + +SRC_URI[md5sum] = "2d8b899aeeebbbe68158d25adf8a4f1e" +SRC_URI[sha256sum] = "915ee6c4b8f1ffd5313d990875cd44e5e7092a51de259707daca797fd5c42b46" -- cgit 1.2.3-korg