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/fftw/benchfft_3.1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/fftw/benchfft_3.1.bb') diff --git a/recipes/fftw/benchfft_3.1.bb b/recipes/fftw/benchfft_3.1.bb index 7b9a7110cf..38f2e371d6 100644 --- a/recipes/fftw/benchfft_3.1.bb +++ b/recipes/fftw/benchfft_3.1.bb @@ -20,3 +20,6 @@ do_stage () { autotools_stage_all } + +SRC_URI[md5sum] = "9356e5e9dcb3f1481977009720a2ccf8" +SRC_URI[sha256sum] = "1b4a5b5e48ad5e61a21586b7b59d5c0a88691a981e73e2c6dc5868197461791b" -- cgit 1.2.3-korg