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/frotz/frotz_2.43.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/frotz') diff --git a/recipes/frotz/frotz_2.43.bb b/recipes/frotz/frotz_2.43.bb index 9cace09992..fec0088f04 100644 --- a/recipes/frotz/frotz_2.43.bb +++ b/recipes/frotz/frotz_2.43.bb @@ -21,3 +21,6 @@ do_compile() { do_install() { oe_runmake PREFIX=${D}${prefix} MAN_PREFIX=${D}${mandir} install } + +SRC_URI[md5sum] = "efe51879e012b92bb8d5f4a82e982677" +SRC_URI[sha256sum] = "f831eae9182e4a1407a34cb1098a4f5ad5ad6c6632e34eed734b9601a06a764b" -- cgit 1.2.3-korg