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/di/di_4.17.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/di') diff --git a/recipes/di/di_4.17.bb b/recipes/di/di_4.17.bb index 9b04df8c24..8087c1f362 100644 --- a/recipes/di/di_4.17.bb +++ b/recipes/di/di_4.17.bb @@ -15,3 +15,6 @@ do_install() { install -d ${D}${mandir}/man1 install -m 0644 ${S}/di.1 ${D}${mandir}/man1 } + +SRC_URI[md5sum] = "be55b3a1693b318effa3db8d1c0243c1" +SRC_URI[sha256sum] = "46e124670fb2b63cb7500a8b36b7856c15858cb35658263ddad4933935d5e210" -- cgit 1.2.3-korg