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/libid3/libid3_1.1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/libid3') diff --git a/recipes/libid3/libid3_1.1.bb b/recipes/libid3/libid3_1.1.bb index 9abb9375f4..c839a66273 100644 --- a/recipes/libid3/libid3_1.1.bb +++ b/recipes/libid3/libid3_1.1.bb @@ -11,3 +11,6 @@ do_stage() { autotools_stage_all } + +SRC_URI[md5sum] = "e089e8c8c7276373db0a856c508bd8f9" +SRC_URI[sha256sum] = "117831ba06b255ede3cc318278108d19db972b6365c3d80d374d8f888f834c98" -- cgit 1.2.3-korg