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/gmp/gmp_4.1.4.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes/gmp/gmp_4.1.4.bb') diff --git a/recipes/gmp/gmp_4.1.4.bb b/recipes/gmp/gmp_4.1.4.bb index 0b32f552e7..03bc5127f1 100644 --- a/recipes/gmp/gmp_4.1.4.bb +++ b/recipes/gmp/gmp_4.1.4.bb @@ -2,4 +2,6 @@ require gmp.inc PR = "r1" -SRC_URI += "file://sh4-asmfix.patch;patch=1" \ No newline at end of file +SRC_URI += "file://sh4-asmfix.patch;patch=1" +SRC_URI[gmp.md5sum] = "0aa7d3b3f5b5ec5951e7dddd6f65e891" +SRC_URI[gmp.sha256sum] = "1a6ed0ea17b24ea8864c4df516d20c41fac97a448559ddee5a8477aeeecca1a3" -- cgit 1.2.3-korg