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/distcc/distcc_3.1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/distcc/distcc_3.1.bb') diff --git a/recipes/distcc/distcc_3.1.bb b/recipes/distcc/distcc_3.1.bb index 16e7184c61..7dac5a7270 100644 --- a/recipes/distcc/distcc_3.1.bb +++ b/recipes/distcc/distcc_3.1.bb @@ -61,3 +61,6 @@ pkg_postrm_${PN} () { deluser distcc || true delgroup distcc || true } + +SRC_URI[md5sum] = "a1a9d3853df7133669fffec2a9aab9f3" +SRC_URI[sha256sum] = "f55dbafd76bed3ce57e1bbcdab1329227808890d90f4c724fcd2d53f934ddd89" -- cgit 1.2.3-korg