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/gphoto2/libgphoto2_2.1.6.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/gphoto2/libgphoto2_2.1.6.bb') diff --git a/recipes/gphoto2/libgphoto2_2.1.6.bb b/recipes/gphoto2/libgphoto2_2.1.6.bb index e7df749940..b102f946bc 100644 --- a/recipes/gphoto2/libgphoto2_2.1.6.bb +++ b/recipes/gphoto2/libgphoto2_2.1.6.bb @@ -33,3 +33,6 @@ PACKAGES =+ "libgphoto2-camlibs" FILES_libgphoto2-camlibs = "/usr/lib/gphoto2_port/ /usr/lib/gphoto2/" RDEPENDS_libgphoto2 = "libgphoto2-camlibs" + +SRC_URI[md5sum] = "1938cbd9718595fd419907bf2f7c3195" +SRC_URI[sha256sum] = "f80dc7b4b280db736b07089e31aefc8112a47e285e7d0b4f53249630a07fec80" -- cgit 1.2.3-korg