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/clish/clish_0.7.3.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/clish') diff --git a/recipes/clish/clish_0.7.3.bb b/recipes/clish/clish_0.7.3.bb index 97f6c53d20..7241e13c60 100644 --- a/recipes/clish/clish_0.7.3.bb +++ b/recipes/clish/clish_0.7.3.bb @@ -16,3 +16,6 @@ inherit autotools LEAD_SONAME="libclish.so.*" + +SRC_URI[md5sum] = "81e20f7a888bcd8e2280e37804d342e4" +SRC_URI[sha256sum] = "c8c2416848950ac452cd4010311554d7f232f81abd543fe9ba2d7146dbb6c96f" -- cgit 1.2.3-korg