diff options
Diffstat (limited to 'recipes/python')
-rw-r--r-- | recipes/python/python-blipapi_0.02.04.bb | 3 | ||||
-rw-r--r-- | recipes/python/python-psyco_1.6.bb | 3 |
2 files changed, 6 insertions, 0 deletions
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" |