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/netpbm/netpbm_10.28.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/netpbm') diff --git a/recipes/netpbm/netpbm_10.28.bb b/recipes/netpbm/netpbm_10.28.bb index 2672e4a904..de18acd31e 100644 --- a/recipes/netpbm/netpbm_10.28.bb +++ b/recipes/netpbm/netpbm_10.28.bb @@ -89,3 +89,6 @@ do_install() { esac done } + +SRC_URI[md5sum] = "18ed6d0f1adf75a748df55d5e924fabb" +SRC_URI[sha256sum] = "e42d3b3f30de0c1ad0a86aa039b35cf2bf64c7f64c29ee333cbf934784639973" -- cgit 1.2.3-korg