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/libffi/libffi_2.0+gcc3.4.1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/libffi/libffi_2.0+gcc3.4.1.bb') diff --git a/recipes/libffi/libffi_2.0+gcc3.4.1.bb b/recipes/libffi/libffi_2.0+gcc3.4.1.bb index 6b2df35ae1..41ad8726e3 100644 --- a/recipes/libffi/libffi_2.0+gcc3.4.1.bb +++ b/recipes/libffi/libffi_2.0+gcc3.4.1.bb @@ -63,3 +63,6 @@ do_stage () { install -m 0644 include/$i ${STAGING_INCDIR}/ done } + +SRC_URI[md5sum] = "31b459062499f9f68d451db9cbf3205c" +SRC_URI[sha256sum] = "5f3685533f8dc4b42b926fe70bb371b31e1368223a0ad7398ba27ea3a20e8e7a" -- cgit 1.2.3-korg