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/libflv/libflv_0.2.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/libflv/libflv_0.2.bb') diff --git a/recipes/libflv/libflv_0.2.bb b/recipes/libflv/libflv_0.2.bb index a9456f2188..c40aa6015d 100644 --- a/recipes/libflv/libflv_0.2.bb +++ b/recipes/libflv/libflv_0.2.bb @@ -21,3 +21,6 @@ do_install() { do_stage() { install libflv.h ${STAGING_INCDIR} } + +SRC_URI[md5sum] = "5eb6b38393d81f16fb4155fe406e527c" +SRC_URI[sha256sum] = "b53afe2a88fa24bdd53e2a3dd51ab660b89b46b1ba4918735d7331b2e56548d6" -- cgit 1.2.3-korg