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/hal/hal_0.5.12.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/hal/hal_0.5.12.bb') diff --git a/recipes/hal/hal_0.5.12.bb b/recipes/hal/hal_0.5.12.bb index 3edb33275b..e18556e48e 100644 --- a/recipes/hal/hal_0.5.12.bb +++ b/recipes/hal/hal_0.5.12.bb @@ -12,3 +12,6 @@ do_configure() { grep "linux\/input.h" | head -n 1 | awk -F '"' '{print $2}'` autotools_do_configure --with-linux-input-header=${linux_input_h} } + +SRC_URI[md5sum] = "bb7c36e142437f7363f9a80ae8391926" +SRC_URI[sha256sum] = "c444e0485e4361eec0e6f06580c45b9fcf6f20a119634a5f0a5c13218cfdfd02" -- cgit 1.2.3-korg