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/aspell/aspell6-en_6.0-0.bb | 3 +++ recipes/aspell/aspell6-pl_6.0-20061121-0.bb | 3 +++ recipes/aspell/aspell_0.60.5.bb | 3 +++ recipes/aspell/aspell_0.60.6.bb | 3 +++ 4 files changed, 12 insertions(+) (limited to 'recipes/aspell') diff --git a/recipes/aspell/aspell6-en_6.0-0.bb b/recipes/aspell/aspell6-en_6.0-0.bb index a8bf72d824..ac3021dc23 100644 --- a/recipes/aspell/aspell6-en_6.0-0.bb +++ b/recipes/aspell/aspell6-en_6.0-0.bb @@ -12,3 +12,6 @@ do_install_append() { install ${S}/Copyright ${D}${docdir} } + +SRC_URI[md5sum] = "16449e0a266e1ecc526b2f3cd39d4bc2" +SRC_URI[sha256sum] = "24f0688711d2b893fa06c16d14d0aa3a8000e326226b839aad32611f7ace4898" diff --git a/recipes/aspell/aspell6-pl_6.0-20061121-0.bb b/recipes/aspell/aspell6-pl_6.0-20061121-0.bb index 8b2fb57555..786b747734 100644 --- a/recipes/aspell/aspell6-pl_6.0-20061121-0.bb +++ b/recipes/aspell/aspell6-pl_6.0-20061121-0.bb @@ -15,3 +15,6 @@ do_install_append() { } + +SRC_URI[md5sum] = "3139a69a1bd9ccb1d853d30aa024fc2b" +SRC_URI[sha256sum] = "017741fcb70a885d718c534160c9de06b03cc72f352879bd106be165e024574d" diff --git a/recipes/aspell/aspell_0.60.5.bb b/recipes/aspell/aspell_0.60.5.bb index 66b21f9e52..662a06fbd6 100644 --- a/recipes/aspell/aspell_0.60.5.bb +++ b/recipes/aspell/aspell_0.60.5.bb @@ -17,3 +17,6 @@ inherit autotools do_stage() { autotools_stage_all } + +SRC_URI[md5sum] = "17fd8acac6293336bcef44391b71e337" +SRC_URI[sha256sum] = "ee9e81d2e3e66b01ad91da736e48568ed8acd6dfb6b664d904066ecc5ea4e84b" diff --git a/recipes/aspell/aspell_0.60.6.bb b/recipes/aspell/aspell_0.60.6.bb index 66b21f9e52..dc9e4f7362 100644 --- a/recipes/aspell/aspell_0.60.6.bb +++ b/recipes/aspell/aspell_0.60.6.bb @@ -17,3 +17,6 @@ inherit autotools do_stage() { autotools_stage_all } + +SRC_URI[md5sum] = "bc80f0198773d5c05086522be67334eb" +SRC_URI[sha256sum] = "4f5b1520e26cf6bbb1b5ca8a2f9f22948c3ca38ac4c2dd9e02df042fee7c0e36" -- cgit 1.2.3-korg