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/netsurf/hubbub_0.0.1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/netsurf/hubbub_0.0.1.bb') diff --git a/recipes/netsurf/hubbub_0.0.1.bb b/recipes/netsurf/hubbub_0.0.1.bb index bfbe71ffcf..aa74e957fc 100644 --- a/recipes/netsurf/hubbub_0.0.1.bb +++ b/recipes/netsurf/hubbub_0.0.1.bb @@ -29,3 +29,6 @@ do_stage() { do_install() { oe_runmake install } + +SRC_URI[md5sum] = "58c6e2b5a5906f3f0bf136c0c71b5403" +SRC_URI[sha256sum] = "3ba0bdf71376429bb3ce8ae51595fc25e6a5147cdcc26e47b6da17386eb78cdf" -- cgit 1.2.3-korg