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/xstroke/xstroke_0.6.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/xstroke') diff --git a/recipes/xstroke/xstroke_0.6.bb b/recipes/xstroke/xstroke_0.6.bb index 7e0d11cc98..4234e8016f 100644 --- a/recipes/xstroke/xstroke_0.6.bb +++ b/recipes/xstroke/xstroke_0.6.bb @@ -9,3 +9,6 @@ SRC_URI = "http://www.oesources.org/source/current/xstroke-0.6.tar.gz \ file://auto-disable.patch;patch=1;pnum=0" inherit autotools pkgconfig + +SRC_URI[md5sum] = "bdfa8834bc2e78c4874d558025d944e2" +SRC_URI[sha256sum] = "a3a947e9982fe1feef235fcbcf41b01b5f86ebf46d106fa719801cf061f6bb00" -- cgit 1.2.3-korg