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/usound/usound_0.2.0.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/usound/usound_0.2.0.bb') diff --git a/recipes/usound/usound_0.2.0.bb b/recipes/usound/usound_0.2.0.bb index 0ac4022e91..7e276c2720 100644 --- a/recipes/usound/usound_0.2.0.bb +++ b/recipes/usound/usound_0.2.0.bb @@ -24,3 +24,6 @@ do_install() { install -d ${D}${bindir} install -m 0755 daemon/usound ${D}${bindir} } + +SRC_URI[md5sum] = "f863e1c02a8f7b634fd3102274163f8e" +SRC_URI[sha256sum] = "31299e0308d7e1879cba6c54e3c06b1ba8de028d6cf8dc6ff99c0fe9974cefe2" -- cgit v1.2.3