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/bwmon/bwmon_1.3.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/bwmon/bwmon_1.3.bb') diff --git a/recipes/bwmon/bwmon_1.3.bb b/recipes/bwmon/bwmon_1.3.bb index 11b67f4522..6c06787144 100644 --- a/recipes/bwmon/bwmon_1.3.bb +++ b/recipes/bwmon/bwmon_1.3.bb @@ -12,3 +12,6 @@ do_install () { install -d ${D}${bindir} install ${S}/bwmon ${D}${bindir}/bwmon } + +SRC_URI[md5sum] = "53c44b73aa67d5e0282adfe928f3ba44" +SRC_URI[sha256sum] = "624381208d0faae6c123bc6198a59d6c4316cd4fffb1ba5aca206374f5a42df6" -- cgit 1.2.3-korg