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/imlib/imlib_1.9.15.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/imlib/imlib_1.9.15.bb') diff --git a/recipes/imlib/imlib_1.9.15.bb b/recipes/imlib/imlib_1.9.15.bb index da96736958..bbdd01ed89 100644 --- a/recipes/imlib/imlib_1.9.15.bb +++ b/recipes/imlib/imlib_1.9.15.bb @@ -18,3 +18,6 @@ do_stage() { oe_libinstall -a -so -C gdk_imlib libgdk_imlib ${STAGING_LIBDIR} } + +SRC_URI[archive.md5sum] = "7db987e6c52e4daf70d7d0f471238eae" +SRC_URI[archive.sha256sum] = "4e6a270308a9ae16586bfc133c1a3dfb2e56f431edb66aaa3a80e36e5ed84ce0" -- cgit 1.2.3-korg