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 +++ recipes/libffi/libffi_2.0+gcc4.3.2.bb | 3 +++ recipes/libffi/libffi_3.0.8.bb | 3 +++ 3 files changed, 9 insertions(+) (limited to 'recipes/libffi') 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" diff --git a/recipes/libffi/libffi_2.0+gcc4.3.2.bb b/recipes/libffi/libffi_2.0+gcc4.3.2.bb index 3b59b6a4d7..6b1caec400 100644 --- a/recipes/libffi/libffi_2.0+gcc4.3.2.bb +++ b/recipes/libffi/libffi_2.0+gcc4.3.2.bb @@ -85,3 +85,6 @@ do_stage () { install -m 0644 include/$i ${STAGING_INCDIR}/ done } + +SRC_URI[md5sum] = "5dfac5da961ecd5f227c3175859a486d" +SRC_URI[sha256sum] = "bfbf487731ad5dca37efe480a837417de071bd67e685d5c1df6a290707575165" diff --git a/recipes/libffi/libffi_3.0.8.bb b/recipes/libffi/libffi_3.0.8.bb index adde932bbe..2399e84354 100644 --- a/recipes/libffi/libffi_3.0.8.bb +++ b/recipes/libffi/libffi_3.0.8.bb @@ -80,3 +80,6 @@ do_stage () { install -m 0644 include/$i ${STAGING_INCDIR}/ done } + +SRC_URI[md5sum] = "188a4f79fdac2310044b44b7d3918ef9" +SRC_URI[sha256sum] = "2c7c5b88a68fb362262889ba25ef25dc27864b7bbf03547a8a36b8d567569406" -- cgit 1.2.3-korg