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/bootmenu/bootmenu_0.7.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/bootmenu') diff --git a/recipes/bootmenu/bootmenu_0.7.bb b/recipes/bootmenu/bootmenu_0.7.bb index f750d47083..62782c2c56 100644 --- a/recipes/bootmenu/bootmenu_0.7.bb +++ b/recipes/bootmenu/bootmenu_0.7.bb @@ -14,3 +14,6 @@ do_compile () { do_install () { oe_runmake -C src 'PLUGINDIR=${datadir}/bootmenu' 'PREFIX=${bindir}' 'DESTDIR=${D}' install } + +SRC_URI[md5sum] = "4bc23a411468c7fb579ec6c10d2684e2" +SRC_URI[sha256sum] = "4e329b19c810d2a8dd5b9e98e56cfc5d6389798947e400e5fe541dbc1307278f" -- cgit 1.2.3-korg