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/leafpad/leafpad_0.8.15.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/leafpad/leafpad_0.8.15.bb') diff --git a/recipes/leafpad/leafpad_0.8.15.bb b/recipes/leafpad/leafpad_0.8.15.bb index 9017c11dbf..5ce21d2c87 100644 --- a/recipes/leafpad/leafpad_0.8.15.bb +++ b/recipes/leafpad/leafpad_0.8.15.bb @@ -17,3 +17,6 @@ PACKAGES =+ "${PN}-icons" FILES_${PN}-icons = "${datadir}/icons" FILES_${PN} += "${datadir}/applications ${datadir}/pixmaps ${datadir}/icons" + +SRC_URI[md5sum] = "f3570c052f4987f4122cd48d2c629f64" +SRC_URI[sha256sum] = "f294a7894efc8eee0c0c4238f41cc97492c61dd3dcceae4fcf555e31e841d86a" -- cgit 1.2.3-korg