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/libdbi/libdbi_0.7.2.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/libdbi/libdbi_0.7.2.bb') diff --git a/recipes/libdbi/libdbi_0.7.2.bb b/recipes/libdbi/libdbi_0.7.2.bb index d5803c0ec4..1427ce2550 100644 --- a/recipes/libdbi/libdbi_0.7.2.bb +++ b/recipes/libdbi/libdbi_0.7.2.bb @@ -1,3 +1,6 @@ require ${PN}.inc PR = "${INC_PR}.0" + +SRC_URI[md5sum] = "308e5746a2d0804be1d638319ad7b9c0" +SRC_URI[sha256sum] = "bd518b930f76c976bf693c247f0742d88808c776a2aeb51ab7830dedb0eb692d" -- cgit 1.2.3-korg