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-pyrad_1.1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/python/python-pyrad_1.1.bb') diff --git a/recipes/python/python-pyrad_1.1.bb b/recipes/python/python-pyrad_1.1.bb index a6b8e15fb3..5736aa6c37 100644 --- a/recipes/python/python-pyrad_1.1.bb +++ b/recipes/python/python-pyrad_1.1.bb @@ -10,3 +10,6 @@ SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}. S = "${WORKDIR}/${SRCNAME}-${PV}" inherit setuptools + +SRC_URI[md5sum] = "ab1502f8ccd7409ced757d78b0dee7df" +SRC_URI[sha256sum] = "6a28096ae45261479048a0418b76ad5b6e370031ba8c773f495d8a2b018fc474" -- cgit v1.2.3