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/libmng/libmng_1.0.8.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/libmng') diff --git a/recipes/libmng/libmng_1.0.8.bb b/recipes/libmng/libmng_1.0.8.bb index d737e3366b..ab0ed2d7d2 100644 --- a/recipes/libmng/libmng_1.0.8.bb +++ b/recipes/libmng/libmng_1.0.8.bb @@ -29,3 +29,6 @@ do_install() { oe_runmake -f makefiles/makefile.linux install \ INCPATH="${D}${includedir}" LIBPATH="${D}${libdir}" prefix=${prefix} } + +SRC_URI[md5sum] = "d688ca879c934e9cde8b323cf3025f89" +SRC_URI[sha256sum] = "321c2dc105dfbe61ddde859040c79dec65e4daef8fb44167484d1ce99119c14c" -- cgit 1.2.3-korg