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/testdisk/testdisk_6.5+6.6-WIP.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/testdisk') diff --git a/recipes/testdisk/testdisk_6.5+6.6-WIP.bb b/recipes/testdisk/testdisk_6.5+6.6-WIP.bb index 7d6b7774fc..89a23087a7 100644 --- a/recipes/testdisk/testdisk_6.5+6.6-WIP.bb +++ b/recipes/testdisk/testdisk_6.5+6.6-WIP.bb @@ -12,3 +12,6 @@ PACKAGES =+ "photorec" DESCRIPTION_photorec = "Photorec is file data recovery software designed to recover lost files including video, documents and archives from Hard Disks and CDRom and lost pictures (Photo Recovery) from digital camera memory." FILES_photorec = "${sbindir}/photorec" + +SRC_URI[md5sum] = "3cc59a7e425c49dbdf76b54d85b55619" +SRC_URI[sha256sum] = "2b472be7105eaa88e0c9cca241225c56fdcb80d34dec60ef1d865b0877be771c" -- cgit 1.2.3-korg