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/pthsem/pthsem_2.0.7.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/pthsem') diff --git a/recipes/pthsem/pthsem_2.0.7.bb b/recipes/pthsem/pthsem_2.0.7.bb index 30e2f176e0..bc86bd57a0 100644 --- a/recipes/pthsem/pthsem_2.0.7.bb +++ b/recipes/pthsem/pthsem_2.0.7.bb @@ -29,3 +29,6 @@ do_stage() { BINCONFIG_GLOB = "pthsem-config" PARALLEL_MAKE = "" + +SRC_URI[md5sum] = "b277716ee1224ca9925176fa29e1f0c5" +SRC_URI[sha256sum] = "6226f92f3a0950c6f3da8f9dcb7c76d08634515519bf35cd916b3cdcc1aeb130" -- cgit 1.2.3-korg