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/gthumb/gthumb_2.10.11.bb | 3 +++ recipes/gthumb/gthumb_2.6.9.bb | 3 +++ 2 files changed, 6 insertions(+) (limited to 'recipes/gthumb') diff --git a/recipes/gthumb/gthumb_2.10.11.bb b/recipes/gthumb/gthumb_2.10.11.bb index 436d506a87..f6fdfb8c88 100644 --- a/recipes/gthumb/gthumb_2.10.11.bb +++ b/recipes/gthumb/gthumb_2.10.11.bb @@ -15,3 +15,6 @@ FILES_${PN}-dbg += "${libdir}/gthumb/modules/.debug" do_configure_prepend() { sed -i "s|HACK_STAGING_DIR_HOST|${STAGING_DIR_HOST}|" ${S}/add-include-prefix } + +SRC_URI[archive.md5sum] = "498c583800a05593f7493e8f27991c7d" +SRC_URI[archive.sha256sum] = "68ac6835afdbe32cba09504b4d61ad4f5d98a97776bfb58698338add56eb520e" diff --git a/recipes/gthumb/gthumb_2.6.9.bb b/recipes/gthumb/gthumb_2.6.9.bb index 3a82d27eb2..3eb0661395 100644 --- a/recipes/gthumb/gthumb_2.6.9.bb +++ b/recipes/gthumb/gthumb_2.6.9.bb @@ -10,3 +10,6 @@ FILES_${PN} += "${datadir}/gnome* ${datadir}/application-registry/*" + +SRC_URI[md5sum] = "2819ec911a7cc4f46b95240b65f2b3e2" +SRC_URI[sha256sum] = "b02423f0dc9f82a3e1a56cfd470c1cee5d351654fdc55c1a3cd5cff150828b3c" -- cgit 1.2.3-korg