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/groff/groff_1.19.1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/groff/groff_1.19.1.bb') diff --git a/recipes/groff/groff_1.19.1.bb b/recipes/groff/groff_1.19.1.bb index dbf21e781e..6046e9aedd 100644 --- a/recipes/groff/groff_1.19.1.bb +++ b/recipes/groff/groff_1.19.1.bb @@ -21,3 +21,6 @@ do_configure () { # oe_runmake 'PREFIX=${D}' install #} + +SRC_URI[md5sum] = "57d155378640c12a80642664dfdfc892" +SRC_URI[sha256sum] = "e07c495a18679b79c7c6f6f475689a33ab2a8ee5af4783e915f08134d1f546d2" -- cgit 1.2.3-korg