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/icu/icu_3.6.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/icu/icu_3.6.bb') diff --git a/recipes/icu/icu_3.6.bb b/recipes/icu/icu_3.6.bb index 020a4e805c..cb0d4c5b5b 100644 --- a/recipes/icu/icu_3.6.bb +++ b/recipes/icu/icu_3.6.bb @@ -46,3 +46,6 @@ icu_sysroot_preprocess () { } + +SRC_URI[md5sum] = "6243f7a19e03e05403ce84e597510d4c" +SRC_URI[sha256sum] = "5135e8d69d6206d320515df7aeee7027711ab1aef9d8dbf29571a97a9746b041" -- cgit 1.2.3-korg