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/desktop-file-utils/desktop-file-utils_0.6.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/desktop-file-utils/desktop-file-utils_0.6.bb') diff --git a/recipes/desktop-file-utils/desktop-file-utils_0.6.bb b/recipes/desktop-file-utils/desktop-file-utils_0.6.bb index f68dfa7423..3267b8e434 100644 --- a/recipes/desktop-file-utils/desktop-file-utils_0.6.bb +++ b/recipes/desktop-file-utils/desktop-file-utils_0.6.bb @@ -7,3 +7,6 @@ DEPENDS = "popt glib-2.0 gnome-vfs" SRC_URI = "http://freedesktop.org/Software/desktop-file-utils/releases/desktop-file-utils-${PV}.tar.gz" inherit autotools + +SRC_URI[md5sum] = "0d6b6d4fa861f73e0b4225e93077578f" +SRC_URI[sha256sum] = "64c05a48e91850627cfaa7314d4b4b847547bc4333fa9345994fa49c79276f3d" -- cgit 1.2.3-korg