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/gtkhtml/gtkhtml-lite-3.0_3.0.10.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/gtkhtml/gtkhtml-lite-3.0_3.0.10.bb') diff --git a/recipes/gtkhtml/gtkhtml-lite-3.0_3.0.10.bb b/recipes/gtkhtml/gtkhtml-lite-3.0_3.0.10.bb index cec898e7eb..5f8d6ed2f5 100644 --- a/recipes/gtkhtml/gtkhtml-lite-3.0_3.0.10.bb +++ b/recipes/gtkhtml/gtkhtml-lite-3.0_3.0.10.bb @@ -16,3 +16,6 @@ do_stage() { do_compile() { oe_runmake ORBIT_IDL=${STAGING_BINDIR_NATIVE}/orbit-idl-2 } + +SRC_URI[md5sum] = "1a3e312cec38645c2f811282566d12b0" +SRC_URI[sha256sum] = "a16751d55a1a635eb2d04613353884c5bdb2ad2fc3afa4b951aa2868552602a9" -- cgit 1.2.3-korg