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/python/python-mysqldb_1.2.1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/python/python-mysqldb_1.2.1.bb') diff --git a/recipes/python/python-mysqldb_1.2.1.bb b/recipes/python/python-mysqldb_1.2.1.bb index 9a9ca0fe56..23b16decbe 100644 --- a/recipes/python/python-mysqldb_1.2.1.bb +++ b/recipes/python/python-mysqldb_1.2.1.bb @@ -18,3 +18,6 @@ do_install_append() { install -d ${D}${datadir}/doc/${PN}/ install -m 0644 ${S}/doc/*.txt ${D}${datadir}/doc/${PN}/ } + +SRC_URI[md5sum] = "e6b9ea21fd91cb4a5663304da727bb70" +SRC_URI[sha256sum] = "59f44cd53cfa1189dcaa5bf2c48662d5765f347b03827feb807f4cd0ef18943e" -- cgit 1.2.3-korg