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/came/came_1.7.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/came') diff --git a/recipes/came/came_1.7.bb b/recipes/came/came_1.7.bb index 7e01d72583..53600bdb83 100644 --- a/recipes/came/came_1.7.bb +++ b/recipes/came/came_1.7.bb @@ -18,3 +18,6 @@ do_install () { 'docdir=${docdir}/${P}' \ install } + +SRC_URI[md5sum] = "afdab327ca50ee15197d2d9e19491df7" +SRC_URI[sha256sum] = "e29b73e0bf763dead4a6ed80e648aaaea683f1a5865e5c21fed31fb9428e9430" -- cgit v1.2.3