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/pimlico/tasks_0.13.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/pimlico/tasks_0.13.bb') diff --git a/recipes/pimlico/tasks_0.13.bb b/recipes/pimlico/tasks_0.13.bb index 37d01d9dcf..ec177908c6 100644 --- a/recipes/pimlico/tasks_0.13.bb +++ b/recipes/pimlico/tasks_0.13.bb @@ -2,3 +2,6 @@ require tasks.inc SRC_URI = "http://pimlico-project.org/sources/${PN}/${PN}-${PV}.tar.gz \ file://tasks-owl.diff;patch=1;pnum=0 file://libtool.diff;patch=1;pnum=0" + +SRC_URI[md5sum] = "536ffbbd0f38489c8e3ea9eaf0f67d59" +SRC_URI[sha256sum] = "3a1029eb587a0587cf3ebcb8c256062ca595b4f5d0a30188fa4aae3adb49ca5a" -- cgit 1.2.3-korg