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/wxwidgets/wxwidgets_2.9.0.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/wxwidgets/wxwidgets_2.9.0.bb') diff --git a/recipes/wxwidgets/wxwidgets_2.9.0.bb b/recipes/wxwidgets/wxwidgets_2.9.0.bb index c23c969861..2ccefea349 100644 --- a/recipes/wxwidgets/wxwidgets_2.9.0.bb +++ b/recipes/wxwidgets/wxwidgets_2.9.0.bb @@ -1,3 +1,6 @@ require wxwidgets-${PV}.inc PR = "${INC_PR}.0" + +SRC_URI[md5sum] = "09058928eeb72853142c062bdec056ce" +SRC_URI[sha256sum] = "8cf5c1dcf6357b2d27efd0c737b95baf1d2d1e88b5bf24560824b5eb6f2dc782" -- cgit 1.2.3-korg