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/libsdl/libsdl-gfx_2.0.11.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/libsdl/libsdl-gfx_2.0.11.bb') diff --git a/recipes/libsdl/libsdl-gfx_2.0.11.bb b/recipes/libsdl/libsdl-gfx_2.0.11.bb index 265d694427..1de987f7c6 100644 --- a/recipes/libsdl/libsdl-gfx_2.0.11.bb +++ b/recipes/libsdl/libsdl-gfx_2.0.11.bb @@ -18,3 +18,6 @@ do_stage() { install -m 0644 *.h ${STAGING_INCDIR}/SDL/ } + +SRC_URI[md5sum] = "10f6432ede2b239796f2924bdc7224b4" +SRC_URI[sha256sum] = "6a3ef9f5556a3d75832b2b9138bdf3551dc59994d2849307f88a9dcd9732d16c" -- cgit 1.2.3-korg