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/gsl/gsl_1.10.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/gsl/gsl_1.10.bb') diff --git a/recipes/gsl/gsl_1.10.bb b/recipes/gsl/gsl_1.10.bb index 8ebe5304c4..ef70766ec2 100644 --- a/recipes/gsl/gsl_1.10.bb +++ b/recipes/gsl/gsl_1.10.bb @@ -1,3 +1,6 @@ include gsl.inc SRC_URI = "${GNU_MIRROR}/gsl/gsl-${PV}.tar.gz" + +SRC_URI[md5sum] = "d67be4f2e5560d6cf907e18a428becdc" +SRC_URI[sha256sum] = "ea3968b58bfc7619f47bf5ff64a7198a38c72419d24b844e71e48823a4776ff0" -- cgit v1.2.3