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/xtscal/xtscal_0.6.3.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/xtscal/xtscal_0.6.3.bb') diff --git a/recipes/xtscal/xtscal_0.6.3.bb b/recipes/xtscal/xtscal_0.6.3.bb index 74a6da0920..ba2c95e832 100644 --- a/recipes/xtscal/xtscal_0.6.3.bb +++ b/recipes/xtscal/xtscal_0.6.3.bb @@ -11,3 +11,6 @@ SRC_URI = "${GPE_MIRROR}/xtscal-${PV}.tar.bz2 \ file://cleanup.patch;patch=1" inherit autotools + +SRC_URI[md5sum] = "9bcab80b474d5454477d1ca166a68c34" +SRC_URI[sha256sum] = "27b9dc2203de9b1706ca39fa6ca80ecab8807909ec901c4a345b8e41178800a1" -- cgit 1.2.3-korg