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/raw-tools/exiv2_0.15.bb | 3 +++ recipes/raw-tools/gtkimageview_1.3.0.bb | 3 +++ recipes/raw-tools/libopenraw_0.0.2.bb | 3 +++ recipes/raw-tools/ufraw_0.12.bb | 3 +++ 4 files changed, 12 insertions(+) (limited to 'recipes/raw-tools') diff --git a/recipes/raw-tools/exiv2_0.15.bb b/recipes/raw-tools/exiv2_0.15.bb index 894abce114..e91e6d8347 100644 --- a/recipes/raw-tools/exiv2_0.15.bb +++ b/recipes/raw-tools/exiv2_0.15.bb @@ -12,3 +12,6 @@ do_stage() { } + +SRC_URI[md5sum] = "bb18d19e1d6fb255dadda456cadec00e" +SRC_URI[sha256sum] = "b72d82e9117308063471993f3832e58064c0599dec3df2bf2a7ce54450984a3e" diff --git a/recipes/raw-tools/gtkimageview_1.3.0.bb b/recipes/raw-tools/gtkimageview_1.3.0.bb index aa45fe09b0..2adf47045b 100644 --- a/recipes/raw-tools/gtkimageview_1.3.0.bb +++ b/recipes/raw-tools/gtkimageview_1.3.0.bb @@ -17,3 +17,6 @@ do_stage() { } + +SRC_URI[md5sum] = "574789e014988398dca2debc65c02097" +SRC_URI[sha256sum] = "6a2f50c1a6e83c94618a271cc9b7ce0460fd1fe58adb12e05d0b1b07b43e4beb" diff --git a/recipes/raw-tools/libopenraw_0.0.2.bb b/recipes/raw-tools/libopenraw_0.0.2.bb index 7a19c63bbc..201bdadc94 100644 --- a/recipes/raw-tools/libopenraw_0.0.2.bb +++ b/recipes/raw-tools/libopenraw_0.0.2.bb @@ -2,3 +2,6 @@ require libopenraw.inc SRC_URI = "http://libopenraw.freedesktop.org/download/libopenraw-${PV}.tar.gz" + +SRC_URI[md5sum] = "eae40ecaa92f69d99b27ae3bad8aa8ae" +SRC_URI[sha256sum] = "2c3f58a4dff1b74ad93da0468d8806207488134d51b2d81947932a1bca8553ae" diff --git a/recipes/raw-tools/ufraw_0.12.bb b/recipes/raw-tools/ufraw_0.12.bb index b9e06a3bc5..0288516f9f 100644 --- a/recipes/raw-tools/ufraw_0.12.bb +++ b/recipes/raw-tools/ufraw_0.12.bb @@ -14,3 +14,6 @@ FILES_dcraw = "${bindir}/dcraw" FILES_dcraw-bdg = "${bindir}/.debug/dcraw" + +SRC_URI[md5sum] = "b2c104938c1c3eb47e7605432bbd3157" +SRC_URI[sha256sum] = "c750c8180057385eaa0844f1148d6f0223b986da322773195eab44b33b97c19f" -- cgit 1.2.3-korg