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/freedroid/freedroid_1.0.2.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/freedroid/freedroid_1.0.2.bb') diff --git a/recipes/freedroid/freedroid_1.0.2.bb b/recipes/freedroid/freedroid_1.0.2.bb index cd148bc2d4..5bf173acf6 100644 --- a/recipes/freedroid/freedroid_1.0.2.bb +++ b/recipes/freedroid/freedroid_1.0.2.bb @@ -22,3 +22,6 @@ do_install() { install -d ${D}${datadir}/freedroid/ cp -pPR graphics map sound ${D}${datadir}/freedroid/ } + +SRC_URI[md5sum] = "585a65f61c2cd308ab45d5c514f695dc" +SRC_URI[sha256sum] = "0934bd29fb2ad0367ea3bdfdce47537179f9af6aa960cbcc897c40da2e1a0ee3" -- cgit 1.2.3-korg