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/povray/povray_3.6.1+3.7.0-beta25b.bb | 3 +++ recipes/povray/povray_3.6.1.bb | 3 +++ 2 files changed, 6 insertions(+) (limited to 'recipes/povray') diff --git a/recipes/povray/povray_3.6.1+3.7.0-beta25b.bb b/recipes/povray/povray_3.6.1+3.7.0-beta25b.bb index 82eacaee7c..9587625d7f 100644 --- a/recipes/povray/povray_3.6.1+3.7.0-beta25b.bb +++ b/recipes/povray/povray_3.6.1+3.7.0-beta25b.bb @@ -43,3 +43,6 @@ FILES_${PN}-scripts = "${datadir}/povray-3.7/scripts" PACKAGE_ARCH_${PN}-includes = "all" FILES_${PN}-includes = "${datadir}/povray-3.7/include" + +SRC_URI[md5sum] = "cfb405e2ca3c3f3b30abd5dbef9a78e8" +SRC_URI[sha256sum] = "ef54965dec05c8063c40eab768f3fb722eb0ed72ae7918afe45d7a6bd553abc8" diff --git a/recipes/povray/povray_3.6.1.bb b/recipes/povray/povray_3.6.1.bb index 107c86cfb8..914aaa0777 100644 --- a/recipes/povray/povray_3.6.1.bb +++ b/recipes/povray/povray_3.6.1.bb @@ -40,3 +40,6 @@ FILES_${PN}-scripts = "${datadir}/povray-3.6/scripts" PACKAGE_ARCH_${PN}-includes = "all" FILES_${PN}-includes = "${datadir}/povray-3.6/include" + +SRC_URI[md5sum] = "b5789bb7eeaed0809c5c82d0efda571d" +SRC_URI[sha256sum] = "4e8a7fecd44807343b6867e1f2440aa0e09613d6d69a7385ac48f4e5e7737a73" -- cgit 1.2.3-korg