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/lame/lame_3.96.1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/lame/lame_3.96.1.bb') diff --git a/recipes/lame/lame_3.96.1.bb b/recipes/lame/lame_3.96.1.bb index 9507032307..47cbde342c 100644 --- a/recipes/lame/lame_3.96.1.bb +++ b/recipes/lame/lame_3.96.1.bb @@ -31,3 +31,6 @@ do_stage() { install -d ${STAGING_INCDIR}/lame install -m 0644 include/lame.h ${STAGING_INCDIR}/lame/ } + +SRC_URI[md5sum] = "e1206c46a5e276feca11a7149e2fc6ac" +SRC_URI[sha256sum] = "f4f093e371c999a2a079607b74582a8ef5c1c3c9b322e3e997a47c1ea2afe2a5" -- cgit v1.2.3