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/commoncpp/commoncpp2_1.7.1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/commoncpp/commoncpp2_1.7.1.bb') diff --git a/recipes/commoncpp/commoncpp2_1.7.1.bb b/recipes/commoncpp/commoncpp2_1.7.1.bb index d89c34abff..f632d212f9 100644 --- a/recipes/commoncpp/commoncpp2_1.7.1.bb +++ b/recipes/commoncpp/commoncpp2_1.7.1.bb @@ -8,3 +8,6 @@ SRC_URI = "ftp://ftp.gnu.org/gnu/commoncpp/commoncpp2-${PV}.tar.gz \ file://configure.ac.patch;patch=1" inherit autotools pkgconfig autotools_stage binconfig + +SRC_URI[md5sum] = "e1041356c3129e4d3d3d6a44f281d905" +SRC_URI[sha256sum] = "cc0a7b96fd103154de70e8abfa5c5e3a6c8b9f5ca88f78aada4885c92ae089ba" -- cgit 1.2.3-korg