diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-10 11:21:48 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-12 20:07:27 +0200 |
commit | 44985d56bc556786812a0a02d6219afd31a7381d (patch) | |
tree | 9dfeab9bd98dc6408835b7359861c8dc8ea6fffb /recipes/raw-tools | |
parent | a8e889754b1bdb261b85ac7de1c1f929ad597c09 (diff) |
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 <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/raw-tools')
-rw-r--r-- | recipes/raw-tools/exiv2_0.15.bb | 3 | ||||
-rw-r--r-- | recipes/raw-tools/gtkimageview_1.3.0.bb | 3 | ||||
-rw-r--r-- | recipes/raw-tools/libopenraw_0.0.2.bb | 3 | ||||
-rw-r--r-- | recipes/raw-tools/ufraw_0.12.bb | 3 |
4 files changed, 12 insertions, 0 deletions
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" |