From 1699e27f6642a97adf23fafc74fd6ccc9d5d3d55 Mon Sep 17 00:00:00 2001
From: Martin Jansa <Martin.Jansa@gmail.com>
Date: Mon, 12 Apr 2010 16:35:00 +0200
Subject: recipes: add missing checksums

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 recipes/python/python-blipapi_0.02.04.bb | 3 +++
 recipes/python/python-psyco_1.6.bb       | 3 +++
 2 files changed, 6 insertions(+)

(limited to 'recipes/python')

diff --git a/recipes/python/python-blipapi_0.02.04.bb b/recipes/python/python-blipapi_0.02.04.bb
index bc8ad58800..4fcb2b1d96 100644
--- a/recipes/python/python-blipapi_0.02.04.bb
+++ b/recipes/python/python-blipapi_0.02.04.bb
@@ -10,3 +10,6 @@ inherit setuptools
 SRC_URI = "http://blipapi.googlecode.com/files/BlipApiPY-0.02.04.tar.bz2"
 S = "${WORKDIR}/blipapi"
 
+
+SRC_URI[md5sum] = "38892df4239376e51300e5455a319664"
+SRC_URI[sha256sum] = "b433ec324dbc0c63966cb383e370225afaf4eb5abf97471a49a5e893ceffb818"
diff --git a/recipes/python/python-psyco_1.6.bb b/recipes/python/python-psyco_1.6.bb
index 5c47e6971d..7cc09bbf21 100644
--- a/recipes/python/python-psyco_1.6.bb
+++ b/recipes/python/python-psyco_1.6.bb
@@ -12,3 +12,6 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
 COMPATIBLE_HOST = 'i.86.*-linux'
 
 inherit distutils
+
+SRC_URI[md5sum] = "8816fca8ba521e05d18dde3e1a11b0bd"
+SRC_URI[sha256sum] = "529de83d76bc71e3334dc5e0b9f5eb8bb5cd095f8ac6dd3154771d50a7373718"
-- 
cgit v1.2.3