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/treecc/treecc_0.3.6.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/treecc/treecc_0.3.6.bb') diff --git a/recipes/treecc/treecc_0.3.6.bb b/recipes/treecc/treecc_0.3.6.bb index e54beb4810..365127945d 100644 --- a/recipes/treecc/treecc_0.3.6.bb +++ b/recipes/treecc/treecc_0.3.6.bb @@ -9,3 +9,6 @@ SRC_URI = "http://www.southern-storm.com.au/download/treecc-${PV}.tar.gz \ inherit autotools + +SRC_URI[md5sum] = "56426279e6017af909353176e582fb28" +SRC_URI[sha256sum] = "c9b97a2c4a27a3d59caea3430485837f286ca8883504a8eb6bd86702275ba5fe" -- cgit 1.2.3-korg