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/fluxbox/fluxbox_1.1.1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/fluxbox') diff --git a/recipes/fluxbox/fluxbox_1.1.1.bb b/recipes/fluxbox/fluxbox_1.1.1.bb index 406974bc81..7d3e1a6e2f 100644 --- a/recipes/fluxbox/fluxbox_1.1.1.bb +++ b/recipes/fluxbox/fluxbox_1.1.1.bb @@ -26,3 +26,6 @@ ALTERNATIVE_PATH = "${bindir}/fluxbox-wm" ALTERNATIVE_LINK = "x-window-manager" ALTERNATIVE_PRIORITY = "20" + +SRC_URI[md5sum] = "e0be927617be4ffc1ddc79513f4eb0f9" +SRC_URI[sha256sum] = "7306ee55a8e95a4d07bee339ffb3be2d88ef8cc08b86edd6c63d7b28f559ec88" -- cgit 1.2.3-korg