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/forte/forte_0.3.5.bb | 3 +++ recipes/forte/forte_0.3.bb | 3 +++ 2 files changed, 6 insertions(+) (limited to 'recipes/forte') diff --git a/recipes/forte/forte_0.3.5.bb b/recipes/forte/forte_0.3.5.bb index 7aeeb8e42e..dde9cbcb59 100644 --- a/recipes/forte/forte_0.3.5.bb +++ b/recipes/forte/forte_0.3.5.bb @@ -8,3 +8,6 @@ SRC_URI = "http://downloads.sourceforge.net/fordiac/FORTE-0.3.5.zip \ file://forte-0.3.5_stdlib_inc_fix.patch;patch=1" S="${WORKDIR}/FORTE-${PV}" + +SRC_URI[md5sum] = "d207d3b389ee9f2702df095681459f99" +SRC_URI[sha256sum] = "2b87b331e931db2db07408c1b07bdb557227e0c16f8fe37f72e40b08fca0a09c" diff --git a/recipes/forte/forte_0.3.bb b/recipes/forte/forte_0.3.bb index 399b22a038..dbf59c2a5a 100644 --- a/recipes/forte/forte_0.3.bb +++ b/recipes/forte/forte_0.3.bb @@ -9,3 +9,6 @@ SRC_URI = "http://kent.dl.sourceforge.net/sourceforge/fordiac/forte-0.3.zip \ file://forte-0.3-patch_20081008.diff;patch=1" S="${WORKDIR}/forte-${PV}" + +SRC_URI[md5sum] = "2d01a3d3b9b16bf646e6bb89cb9b0faf" +SRC_URI[sha256sum] = "c3a61174f6a69252983a9b26ea87005bcab6a72b0bd34ea693e3de89e70eaea6" -- cgit v1.2.3