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/gd/gd_2.0.21.bb | 3 +++ recipes/gd/gd_2.0.22.bb | 3 +++ 2 files changed, 6 insertions(+) (limited to 'recipes/gd') diff --git a/recipes/gd/gd_2.0.21.bb b/recipes/gd/gd_2.0.21.bb index 03a506b882..f081079b02 100644 --- a/recipes/gd/gd_2.0.21.bb +++ b/recipes/gd/gd_2.0.21.bb @@ -22,3 +22,6 @@ do_stage () { install -m 0644 $i ${STAGING_INCDIR}/ done } + +SRC_URI[md5sum] = "3134158635f5048dba99281c6b712a54" +SRC_URI[sha256sum] = "c3b8b7b57019927dad40870c379eecfa6389443f7e2096aa0157a0224d400da1" diff --git a/recipes/gd/gd_2.0.22.bb b/recipes/gd/gd_2.0.22.bb index a54809bf3b..78e4811255 100644 --- a/recipes/gd/gd_2.0.22.bb +++ b/recipes/gd/gd_2.0.22.bb @@ -23,3 +23,6 @@ do_stage () { install -m 0644 $i ${STAGING_INCDIR}/ done } + +SRC_URI[md5sum] = "e1a41daf3bfc221afaf56751dc506f95" +SRC_URI[sha256sum] = "e6bff5c00d7d93bade78535573494673f581118c38a8ca13c3afd63809335ba0" -- cgit v1.2.3