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/qpe-gaim/qpe-libgaim_1.5.0.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/qpe-gaim/qpe-libgaim_1.5.0.bb') diff --git a/recipes/qpe-gaim/qpe-libgaim_1.5.0.bb b/recipes/qpe-gaim/qpe-libgaim_1.5.0.bb index 4483b8cce7..3adf7640a3 100644 --- a/recipes/qpe-gaim/qpe-libgaim_1.5.0.bb +++ b/recipes/qpe-gaim/qpe-libgaim_1.5.0.bb @@ -52,3 +52,6 @@ python populate_packages_prepend () { PACKAGES += "libgaim-plugins" FILES_libgaim-plugins = "${libdir}/gaim/autorecon.so ${libdir}/gaim/s*.so" + +SRC_URI[md5sum] = "9205321ac11fad271c90f2f0d7c5e7ce" +SRC_URI[sha256sum] = "58e3b0340cfc9e54e46f8d8835e5a02e31201c9ed8820bbb4cea36c59b9682aa" -- cgit 1.2.3-korg