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/lbreakout/lbreakout2_2.6beta.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/lbreakout') diff --git a/recipes/lbreakout/lbreakout2_2.6beta.bb b/recipes/lbreakout/lbreakout2_2.6beta.bb index 496a80904e..7932578cc3 100644 --- a/recipes/lbreakout/lbreakout2_2.6beta.bb +++ b/recipes/lbreakout/lbreakout2_2.6beta.bb @@ -11,3 +11,6 @@ export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config" inherit autotools + +SRC_URI[md5sum] = "41d6e0be4654b1716b1b3f5b53abf014" +SRC_URI[sha256sum] = "3e406c76874827c236c7070c1349f8b4ee058aa664fc3066435c938bf6d5f0e8" -- cgit 1.2.3-korg