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/bind/bind_9.3.4-P1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/bind/bind_9.3.4-P1.bb') diff --git a/recipes/bind/bind_9.3.4-P1.bb b/recipes/bind/bind_9.3.4-P1.bb index 59d2599a13..87d660698d 100644 --- a/recipes/bind/bind_9.3.4-P1.bb +++ b/recipes/bind/bind_9.3.4-P1.bb @@ -36,3 +36,6 @@ CONFFILES_${PN} = " \ ${sysconfdir}/bind/db.local \ ${sysconfdir}/bind/db.root \ " + +SRC_URI[md5sum] = "51007c8f185cd5a9b2e57f70073bf25b" +SRC_URI[sha256sum] = "f5cf38954e9b973cda204ff13cfd6d433ac307a8e5c4e7f6d978483becda842c" -- cgit 1.2.3-korg