aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/recode
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-04-10 11:21:48 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-04-12 20:07:27 +0200
commit44985d56bc556786812a0a02d6219afd31a7381d (patch)
tree9dfeab9bd98dc6408835b7359861c8dc8ea6fffb /recipes/recode
parenta8e889754b1bdb261b85ac7de1c1f929ad597c09 (diff)
downloadopenembedded-44985d56bc556786812a0a02d6219afd31a7381d.tar.gz
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 <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/recode')
-rw-r--r--recipes/recode/recode-native_3.6.bb3
-rw-r--r--recipes/recode/recode_3.6.bb3
2 files changed, 6 insertions, 0 deletions
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"