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.5-P1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/bind/bind_9.3.5-P1.bb') diff --git a/recipes/bind/bind_9.3.5-P1.bb b/recipes/bind/bind_9.3.5-P1.bb index a1dff5ceaf..ce53add5ea 100644 --- a/recipes/bind/bind_9.3.5-P1.bb +++ b/recipes/bind/bind_9.3.5-P1.bb @@ -36,3 +36,6 @@ CONFFILES_${PN} = " \ ${sysconfdir}/bind/db.local \ ${sysconfdir}/bind/db.root \ " + +SRC_URI[md5sum] = "1446984f552b18a0ff7db63971a0cb5a" +SRC_URI[sha256sum] = "8bd6b53f5a2c5f0332aaba9a51ef3d7fc55c60f906f0c506e11b6600ed82a90b" -- cgit 1.2.3-korg