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/atk | |
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/atk')
-rw-r--r-- | recipes/atk/atk_1.18.0.bb | 3 | ||||
-rw-r--r-- | recipes/atk/atk_1.19.3.bb | 3 | ||||
-rw-r--r-- | recipes/atk/atk_1.20.0.bb | 3 | ||||
-rw-r--r-- | recipes/atk/atk_1.26.0.bb | 3 | ||||
-rw-r--r-- | recipes/atk/atk_1.28.0.bb | 3 |
5 files changed, 15 insertions, 0 deletions
diff --git a/recipes/atk/atk_1.18.0.bb b/recipes/atk/atk_1.18.0.bb index 116d8cabff..ddede449d8 100644 --- a/recipes/atk/atk_1.18.0.bb +++ b/recipes/atk/atk_1.18.0.bb @@ -6,3 +6,6 @@ do_stage () { oe_libinstall -so -C atk libatk-1.0 ${STAGING_LIBDIR} autotools_stage_includes } + +SRC_URI[md5sum] = "9fc33ec48fd32933f7f630479dfad667" +SRC_URI[sha256sum] = "be2d537642a43b5a1e85a2d0f813167b8585781ff83203a4f68206c3ecd6a315" diff --git a/recipes/atk/atk_1.19.3.bb b/recipes/atk/atk_1.19.3.bb index 28adc02ea9..f4cce3efc7 100644 --- a/recipes/atk/atk_1.19.3.bb +++ b/recipes/atk/atk_1.19.3.bb @@ -12,3 +12,6 @@ do_stage () { oe_libinstall -so -C atk libatk-1.0 ${STAGING_LIBDIR} autotools_stage_includes } + +SRC_URI[md5sum] = "2babc7fa144688274ebede271072b8e2" +SRC_URI[sha256sum] = "f616b4b636957e6387392ecacea4d60e4ad178baa3c9713e5db1733a42326786" diff --git a/recipes/atk/atk_1.20.0.bb b/recipes/atk/atk_1.20.0.bb index bb64492337..a7120d07e6 100644 --- a/recipes/atk/atk_1.20.0.bb +++ b/recipes/atk/atk_1.20.0.bb @@ -4,3 +4,6 @@ SRC_URI = "http://download.gnome.org/sources/atk/1.20/${PN}-${PV}.tar.bz2" + +SRC_URI[md5sum] = "b1a9e28d9f54ea306bd85a4c84b25fb8" +SRC_URI[sha256sum] = "1f3b2f2cbb5b0d8da0924970c66c3ecbfe13c4e4360b0af1db7545401a3747c9" diff --git a/recipes/atk/atk_1.26.0.bb b/recipes/atk/atk_1.26.0.bb index cbeebe4c6b..de3588472b 100644 --- a/recipes/atk/atk_1.26.0.bb +++ b/recipes/atk/atk_1.26.0.bb @@ -14,3 +14,6 @@ do_stage () { } + +SRC_URI[archive.md5sum] = "719229408019c548855673840679f156" +SRC_URI[archive.sha256sum] = "f7993d26c3606a9b0e32d1eebe716f2294ac37fac014c47744e986fc0ff5e6d1" diff --git a/recipes/atk/atk_1.28.0.bb b/recipes/atk/atk_1.28.0.bb index 8916d8faa7..4d85892f93 100644 --- a/recipes/atk/atk_1.28.0.bb +++ b/recipes/atk/atk_1.28.0.bb @@ -15,3 +15,6 @@ do_stage () { } + +SRC_URI[archive.md5sum] = "010a85478adc053c016a0a5c9bb52004" +SRC_URI[archive.sha256sum] = "e4da9fe580d2d55f4e77a138c553b4b32654dfb06bf0715592cc9dbd6355fe87" |