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/telepathy/telepathy-python_0.14.0.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/telepathy/telepathy-python_0.14.0.bb') diff --git a/recipes/telepathy/telepathy-python_0.14.0.bb b/recipes/telepathy/telepathy-python_0.14.0.bb index 0898b321eb..6ff87167ad 100644 --- a/recipes/telepathy/telepathy-python_0.14.0.bb +++ b/recipes/telepathy/telepathy-python_0.14.0.bb @@ -6,3 +6,6 @@ RDEPENDS_${PN} += "python-dbus" SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz " inherit distutils + +SRC_URI[md5sum] = "a42cc4defcaf46099e07972ece791c2d" +SRC_URI[sha256sum] = "3065fae35064c22380963a0d29a04bedb86c05e51d3af84c73f3da8f2107cb2d" -- cgit 1.2.3-korg