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.2.2.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/gmp/gmp_4.2.2.bb') diff --git a/recipes/gmp/gmp_4.2.2.bb b/recipes/gmp/gmp_4.2.2.bb index 295237f0f3..540dbed80a 100644 --- a/recipes/gmp/gmp_4.2.2.bb +++ b/recipes/gmp/gmp_4.2.2.bb @@ -6,3 +6,6 @@ SRC_URI_append += "file://02_noexec-stack.diff;patch=1 \ file://sh4-asmfix.patch;patch=1 \ " require gmp.inc + +SRC_URI[gmp.md5sum] = "7ce52531644e6d12f16911b7e3151f3f" +SRC_URI[gmp.sha256sum] = "2b2c0aacafa2dc41f4604b381349d49596921e38a58bf782b0d70b33f548657b" -- cgit 1.2.3-korg