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/zope/python-zopeinterface_3.5.1.bb | 3 +++ recipes/zope/zope-native_3.3.1.bb | 3 +++ recipes/zope/zope_3.3.1.bb | 3 +++ 3 files changed, 9 insertions(+) (limited to 'recipes/zope') 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" -- cgit 1.2.3-korg