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/matchbox-desktop/matchbox-desktop_0.8.1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/matchbox-desktop/matchbox-desktop_0.8.1.bb') diff --git a/recipes/matchbox-desktop/matchbox-desktop_0.8.1.bb b/recipes/matchbox-desktop/matchbox-desktop_0.8.1.bb index be402f9e68..592ced5e8b 100644 --- a/recipes/matchbox-desktop/matchbox-desktop_0.8.1.bb +++ b/recipes/matchbox-desktop/matchbox-desktop_0.8.1.bb @@ -20,3 +20,6 @@ FILES_${PN} = "${bindir} \ FILES_${PN}-dev = "${libdir}/matchbox-desktop \ ${includedir}/matchbox-desktop \ ${datadir}/matchbox/desktop/modules/*a" + +SRC_URI[md5sum] = "f7838ae67134e60bc2afb68022404b5f" +SRC_URI[sha256sum] = "9587182aab427103a8a1f9714dc16603c3a861076f7cd18d73321c3878b2048f" -- cgit 1.2.3-korg