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/scratchbox/sbrsh_7.1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/scratchbox') diff --git a/recipes/scratchbox/sbrsh_7.1.bb b/recipes/scratchbox/sbrsh_7.1.bb index 43ff0178d6..6f0e7dbab1 100644 --- a/recipes/scratchbox/sbrsh_7.1.bb +++ b/recipes/scratchbox/sbrsh_7.1.bb @@ -15,3 +15,6 @@ do_install() { } CONFFILES_${PN} = "${sysconfdir}/sbrshd.conf" + +SRC_URI[md5sum] = "2ca6d18cf54af3d62bfcc01d884bd493" +SRC_URI[sha256sum] = "0e2e0524f0559daa6816e4f7ad83b29891455c35c61694bcc5869e2011e3c808" -- cgit 1.2.3-korg