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/liboil/liboil_0.3.15.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/liboil/liboil_0.3.15.bb') diff --git a/recipes/liboil/liboil_0.3.15.bb b/recipes/liboil/liboil_0.3.15.bb index a077fb4e7d..03fb68b2df 100644 --- a/recipes/liboil/liboil_0.3.15.bb +++ b/recipes/liboil/liboil_0.3.15.bb @@ -15,3 +15,6 @@ inherit autotools pkgconfig do_stage() { autotools_stage_all } + +SRC_URI[md5sum] = "11dd39b1ca13ce2e0618d4df8303f137" +SRC_URI[sha256sum] = "ae5e3b03a72dd4d12accbe7a6022e4e8570fa309defec9846341384d0a657fd4" -- cgit 1.2.3-korg