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/libexif/libexif_0.5.12.bb | 3 +++ recipes/libexif/libexif_0.6.13.bb | 3 +++ recipes/libexif/libexif_0.6.16.bb | 3 +++ recipes/libexif/libexif_0.6.17.bb | 3 +++ recipes/libexif/libexif_0.6.9.bb | 3 +++ 5 files changed, 15 insertions(+) (limited to 'recipes/libexif') diff --git a/recipes/libexif/libexif_0.5.12.bb b/recipes/libexif/libexif_0.5.12.bb index 94f3bee856..c7f0823f7d 100644 --- a/recipes/libexif/libexif_0.5.12.bb +++ b/recipes/libexif/libexif_0.5.12.bb @@ -14,3 +14,6 @@ do_stage() { install -m 0644 ${S}/libexif/$X ${STAGING_INCDIR}/libexif/$X done } + +SRC_URI[md5sum] = "97e17fa05cb638eed5e8e59db431ed3a" +SRC_URI[sha256sum] = "8daa7618787b3af2218eee9e074f90664bff5676896b997a760f8034383d70d6" diff --git a/recipes/libexif/libexif_0.6.13.bb b/recipes/libexif/libexif_0.6.13.bb index 8382de84f5..6c1a1d1fcb 100644 --- a/recipes/libexif/libexif_0.6.13.bb +++ b/recipes/libexif/libexif_0.6.13.bb @@ -17,3 +17,6 @@ AUTOTOOLS_STAGE_PKGCONFIG = "1" do_stage() { autotools_stage_all } + +SRC_URI[md5sum] = "1b1e2b495c5aa20c08725f30545a110b" +SRC_URI[sha256sum] = "830802525700e65809afdd56ccdb5cd9950747044ab50666257bbb3d59a82754" diff --git a/recipes/libexif/libexif_0.6.16.bb b/recipes/libexif/libexif_0.6.16.bb index 2f896352db..20ebc71984 100644 --- a/recipes/libexif/libexif_0.6.16.bb +++ b/recipes/libexif/libexif_0.6.16.bb @@ -16,3 +16,6 @@ AUTOTOOLS_STAGE_PKGCONFIG = "1" do_stage() { autotools_stage_all } + +SRC_URI[md5sum] = "deee153b1ded5a944ea05d041d959eca" +SRC_URI[sha256sum] = "db6885d5e40e3a273ff8bb9708ab739c8ace3c5abdd75509eec8ea31a31aac43" diff --git a/recipes/libexif/libexif_0.6.17.bb b/recipes/libexif/libexif_0.6.17.bb index 2f896352db..5b52092c0f 100644 --- a/recipes/libexif/libexif_0.6.17.bb +++ b/recipes/libexif/libexif_0.6.17.bb @@ -16,3 +16,6 @@ AUTOTOOLS_STAGE_PKGCONFIG = "1" do_stage() { autotools_stage_all } + +SRC_URI[md5sum] = "f7cf4e623a48c9a3b13f7f95f0a41015" +SRC_URI[sha256sum] = "dceb9355b148a8ee6aa96e3dff82a06c066c81e6ab18c190c946ed3b30fc7353" diff --git a/recipes/libexif/libexif_0.6.9.bb b/recipes/libexif/libexif_0.6.9.bb index d255f5d862..eba9713b90 100644 --- a/recipes/libexif/libexif_0.6.9.bb +++ b/recipes/libexif/libexif_0.6.9.bb @@ -17,3 +17,6 @@ do_stage() { install -m 0644 ${S}/libexif/$X ${STAGING_INCDIR}/libexif/$X done } + +SRC_URI[md5sum] = "0aa142335a8a00c32bb6c7dbfe95fc24" +SRC_URI[sha256sum] = "a2f309c702ee72967676d96b1a9d06806d069fde8e88076200cca6479c3d3c38" -- cgit 1.2.3-korg