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/abiword/abiword_2.6.0.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/abiword/abiword_2.6.0.bb') diff --git a/recipes/abiword/abiword_2.6.0.bb b/recipes/abiword/abiword_2.6.0.bb index e2db4a09cb..9e9e43b3ae 100644 --- a/recipes/abiword/abiword_2.6.0.bb +++ b/recipes/abiword/abiword_2.6.0.bb @@ -1,3 +1,6 @@ require abiword-2.5.inc RCONFLICTS = "abiword-embedded" + +SRC_URI[md5sum] = "d627a5d1061160c683f2257da498355b" +SRC_URI[sha256sum] = "35b1ced07bed8706a81c2c26c42bf95bdf7a4a9c1fba98935cc5ecb5c674f0bb" -- cgit 1.2.3-korg