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/recode/recode-native_3.6.bb | 3 +++ recipes/recode/recode_3.6.bb | 3 +++ 2 files changed, 6 insertions(+) (limited to 'recipes/recode') diff --git a/recipes/recode/recode-native_3.6.bb b/recipes/recode/recode-native_3.6.bb index af51f2c663..a4a16976d4 100644 --- a/recipes/recode/recode-native_3.6.bb +++ b/recipes/recode/recode-native_3.6.bb @@ -3,3 +3,6 @@ require recode_${PV}.bb inherit native S = "${WORKDIR}/recode-${PV}/" + +SRC_URI[md5sum] = "be3f40ad2e93dae5cd5f628264bf1877" +SRC_URI[sha256sum] = "e3e6a4f3f8e5c6052ab70155990c074d87aa0b614fc1be31d194750d1d962fcf" diff --git a/recipes/recode/recode_3.6.bb b/recipes/recode/recode_3.6.bb index 1eb6d78cc6..847a5834da 100644 --- a/recipes/recode/recode_3.6.bb +++ b/recipes/recode/recode_3.6.bb @@ -23,3 +23,6 @@ do_stage() { oe_libinstall -a -C src librecode ${STAGING_LIBDIR}/ } + +SRC_URI[md5sum] = "be3f40ad2e93dae5cd5f628264bf1877" +SRC_URI[sha256sum] = "e3e6a4f3f8e5c6052ab70155990c074d87aa0b614fc1be31d194750d1d962fcf" -- cgit 1.2.3-korg