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/bootchart/bootchart_0.9.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/bootchart') diff --git a/recipes/bootchart/bootchart_0.9.bb b/recipes/bootchart/bootchart_0.9.bb index 98ff0c204d..4cce4dff74 100644 --- a/recipes/bootchart/bootchart_0.9.bb +++ b/recipes/bootchart/bootchart_0.9.bb @@ -25,3 +25,6 @@ do_install() { install -m 644 ${S}/script/bootchartd.conf ${D}/etc } + +SRC_URI[md5sum] = "4be91177d19069e21beeb106f2f77dff" +SRC_URI[sha256sum] = "7738399ecfcfb2242e9f99a316b13a5f59e89052de05074dbf705ccf4edc327d" -- cgit 1.2.3-korg