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/libsdl/libsdl-ttf-native_2.0.3.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/libsdl/libsdl-ttf-native_2.0.3.bb') diff --git a/recipes/libsdl/libsdl-ttf-native_2.0.3.bb b/recipes/libsdl/libsdl-ttf-native_2.0.3.bb index 0c37f4c5a1..41608a98b5 100644 --- a/recipes/libsdl/libsdl-ttf-native_2.0.3.bb +++ b/recipes/libsdl/libsdl-ttf-native_2.0.3.bb @@ -8,3 +8,6 @@ EXTRA_OECONF = "--disable-sdltest --with-sdl-prefix=${STAGING_LIBDIR}/.." export SDL_CONFIG = "${STAGING_BINDIR}/sdl-config" + +SRC_URI[md5sum] = "29d12d1b883bf834c291c93f52ba8dc5" +SRC_URI[sha256sum] = "7e2e7b46088a7b9594b255b58123598d49c5c3d11bcc3c9a8f80969cd9caa6c5" -- cgit 1.2.3-korg