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/python/python-pyalsa_1.0.16.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/python/python-pyalsa_1.0.16.bb') diff --git a/recipes/python/python-pyalsa_1.0.16.bb b/recipes/python/python-pyalsa_1.0.16.bb index 24bd27c242..df8da26bc9 100644 --- a/recipes/python/python-pyalsa_1.0.16.bb +++ b/recipes/python/python-pyalsa_1.0.16.bb @@ -10,3 +10,6 @@ SRC_URI = "ftp://ftp.alsa-project.org/pub/${SRCNAME}/${SRCNAME}-${PV}.tar.bz2" S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils + +SRC_URI[md5sum] = "a1f4d561fa5c41a570480f3f328559a2" +SRC_URI[sha256sum] = "f2c9195284d3c3925d83424a9e24ac8ce96e706abced5d3007df57f9fe51518f" -- cgit 1.2.3-korg