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/setpwc/setpwc_1.2.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/setpwc/setpwc_1.2.bb') diff --git a/recipes/setpwc/setpwc_1.2.bb b/recipes/setpwc/setpwc_1.2.bb index 5f67b94d2d..e50a7072fc 100644 --- a/recipes/setpwc/setpwc_1.2.bb +++ b/recipes/setpwc/setpwc_1.2.bb @@ -17,3 +17,6 @@ do_install() { install -d ${D}${bindir} install -m 0755 ${S}/setpwc ${D}${bindir}/setpwc } + +SRC_URI[md5sum] = "1bc721cdfcbac24027e2afc93685d29f" +SRC_URI[sha256sum] = "855dcf73bda36e6445119f0b1b0a63464ba237d82794f115912464f8aebc5ed1" -- cgit 1.2.3-korg