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/cryptsetup/cryptsetup_1.0.5.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/cryptsetup') diff --git a/recipes/cryptsetup/cryptsetup_1.0.5.bb b/recipes/cryptsetup/cryptsetup_1.0.5.bb index 2bafbc4590..2ff28241cc 100644 --- a/recipes/cryptsetup/cryptsetup_1.0.5.bb +++ b/recipes/cryptsetup/cryptsetup_1.0.5.bb @@ -19,3 +19,6 @@ SRC_URI = "http://luks.endorphin.org/source/cryptsetup-${PV}.tar.bz2" inherit autotools + +SRC_URI[md5sum] = "0aa2f94c39123f1a0352983e5366179c" +SRC_URI[sha256sum] = "4bab529afa00cafde3bc5df2769578c88438f80c5152d4257cd0e86986f95bc4" -- cgit 1.2.3-korg