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/euphony/euphony_0.1.3.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/euphony') diff --git a/recipes/euphony/euphony_0.1.3.bb b/recipes/euphony/euphony_0.1.3.bb index 7d332ee8e3..cf9b63f579 100644 --- a/recipes/euphony/euphony_0.1.3.bb +++ b/recipes/euphony/euphony_0.1.3.bb @@ -10,3 +10,6 @@ PR = "r1" FILES_${PN} += "${datadir}" + +SRC_URI[md5sum] = "47d5663f0c66177e3529b9062f9b071f" +SRC_URI[sha256sum] = "30f035bc39967f72f3ac8740d78f4d5e611577ea2b90f47f4cd72d6729fd4ce5" -- cgit 1.2.3-korg