aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/zope
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-04-10 11:21:48 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-04-12 20:07:27 +0200
commit44985d56bc556786812a0a02d6219afd31a7381d (patch)
tree9dfeab9bd98dc6408835b7359861c8dc8ea6fffb /recipes/zope
parenta8e889754b1bdb261b85ac7de1c1f929ad597c09 (diff)
downloadopenembedded-44985d56bc556786812a0a02d6219afd31a7381d.tar.gz
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 <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/zope')
-rw-r--r--recipes/zope/python-zopeinterface_3.5.1.bb3
-rw-r--r--recipes/zope/zope-native_3.3.1.bb3
-rw-r--r--recipes/zope/zope_3.3.1.bb3
3 files changed, 9 insertions, 0 deletions
diff --git a/recipes/zope/python-zopeinterface_3.5.1.bb b/recipes/zope/python-zopeinterface_3.5.1.bb
index 20998626e6..c0d3f60016 100644
--- a/recipes/zope/python-zopeinterface_3.5.1.bb
+++ b/recipes/zope/python-zopeinterface_3.5.1.bb
@@ -13,3 +13,6 @@ SRC_URI = "http://pypi.python.org/packages/source/z/zope.interface/zope.interfac
S = "${WORKDIR}/zope.interface-${PV}"
FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*.egg/*/*/.debug"
+
+SRC_URI[md5sum] = "685fc532550abb07cca6190c9cd2b901"
+SRC_URI[sha256sum] = "b81d898532c47f73475c2d0c23580e289eed25923d007eca8e62750c0998bba0"
diff --git a/recipes/zope/zope-native_3.3.1.bb b/recipes/zope/zope-native_3.3.1.bb
index cb0d6905ce..72739249c4 100644
--- a/recipes/zope/zope-native_3.3.1.bb
+++ b/recipes/zope/zope-native_3.3.1.bb
@@ -4,3 +4,6 @@ require zope.inc
export BUILD_SYS
export HOST_SYS
+
+SRC_URI[md5sum] = "3c28888c51cc0a9e853c0f3032370bf9"
+SRC_URI[sha256sum] = "6189999de3190e4b0d5110490567d9f7ef92379ea555f738fc741d49d0807be3"
diff --git a/recipes/zope/zope_3.3.1.bb b/recipes/zope/zope_3.3.1.bb
index f0bb9888c9..d274f33d74 100644
--- a/recipes/zope/zope_3.3.1.bb
+++ b/recipes/zope/zope_3.3.1.bb
@@ -4,3 +4,6 @@ RRECOMMENDS += "zope-interfaces"
inherit distutils-base
require zope.inc
+
+SRC_URI[md5sum] = "3c28888c51cc0a9e853c0f3032370bf9"
+SRC_URI[sha256sum] = "6189999de3190e4b0d5110490567d9f7ef92379ea555f738fc741d49d0807be3"