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/gnome/gnome-vfs-obexftp_0.4.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/gnome/gnome-vfs-obexftp_0.4.bb') diff --git a/recipes/gnome/gnome-vfs-obexftp_0.4.bb b/recipes/gnome/gnome-vfs-obexftp_0.4.bb index 3035e8f020..be0c8c667a 100644 --- a/recipes/gnome/gnome-vfs-obexftp_0.4.bb +++ b/recipes/gnome/gnome-vfs-obexftp_0.4.bb @@ -11,3 +11,6 @@ SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/gnome-vfs-obexftp/${PV}/${PN}- FILES_${PN}-dbg += "${libdir}/gnome-vfs-2.0/modules/.debug" FILES_${PN} += "${libdir}/gnome-vfs-2.0/modules/*.so" + +SRC_URI[md5sum] = "6e38828738301fb3ec88c0461ff53a60" +SRC_URI[sha256sum] = "2a50b2bb76c521f588e14ee2ed5411f5abad750050d929dcea32ebd0de3499f8" -- cgit 1.2.3-korg