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/rcs/rcs_5.7.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/rcs/rcs_5.7.bb') diff --git a/recipes/rcs/rcs_5.7.bb b/recipes/rcs/rcs_5.7.bb index 8e082951ee..1709ccb4cc 100644 --- a/recipes/rcs/rcs_5.7.bb +++ b/recipes/rcs/rcs_5.7.bb @@ -19,3 +19,6 @@ do_compile_prepend() { } RDEPENDS = "diffutils" + +SRC_URI[md5sum] = "423282f0edb353296d9f3498ab683abf" +SRC_URI[sha256sum] = "7b7d2f7f5c2bbb096d23ee6dc5590b7d0b84e16ed54694d5794b7a4a989a63ad" -- cgit 1.2.3-korg