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/detect-stylus/detect-stylus_0.13.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/detect-stylus/detect-stylus_0.13.bb') diff --git a/recipes/detect-stylus/detect-stylus_0.13.bb b/recipes/detect-stylus/detect-stylus_0.13.bb index 932f1a6d62..872880100d 100644 --- a/recipes/detect-stylus/detect-stylus_0.13.bb +++ b/recipes/detect-stylus/detect-stylus_0.13.bb @@ -15,3 +15,6 @@ SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz \ file://correct-theme-name.patch;patch=1" export CVSBUILD="no" + +SRC_URI[md5sum] = "e52d681c5ca11f4a9491624ab8c4fa90" +SRC_URI[sha256sum] = "e9f0cd45a82d2f60af7e927b1740b5971e9007bf7d05e39a900db2dcb7871916" -- cgit 1.2.3-korg