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.2.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/groff/groff_1.19.2.bb') diff --git a/recipes/groff/groff_1.19.2.bb b/recipes/groff/groff_1.19.2.bb index 03752fa3a1..f6a19e5a4a 100644 --- a/recipes/groff/groff_1.19.2.bb +++ b/recipes/groff/groff_1.19.2.bb @@ -27,3 +27,6 @@ do_configure() { do_install_prepend() { install -m 0755 -d ${D} } + +SRC_URI[md5sum] = "f7c9cf2e4b9967d3af167d7c9fadaae4" +SRC_URI[sha256sum] = "d864fbd0bf6dea24e4f71736da9902a1cae86d0a1a893b5fe17118927257ec3e" -- cgit 1.2.3-korg