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/gtk-webcore/midori_0.2.1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/gtk-webcore/midori_0.2.1.bb') diff --git a/recipes/gtk-webcore/midori_0.2.1.bb b/recipes/gtk-webcore/midori_0.2.1.bb index 2e5b6e4c57..97de2cb8ad 100644 --- a/recipes/gtk-webcore/midori_0.2.1.bb +++ b/recipes/gtk-webcore/midori_0.2.1.bb @@ -38,3 +38,6 @@ do_install_append_shr() { install -m 0644 ${WORKDIR}/config ${D}${sysconfdir}/xdg/midori } + +SRC_URI[md5sum] = "3cee94c9a22316504a3ba99bc92e0245" +SRC_URI[sha256sum] = "7d79a45331cfcf002ccd5a386b5597f91e0ee048b2b040a57c6faebc02bba79c" -- cgit 1.2.3-korg