diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-10 11:21:48 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-12 20:07:27 +0200 |
commit | 44985d56bc556786812a0a02d6219afd31a7381d (patch) | |
tree | 9dfeab9bd98dc6408835b7359861c8dc8ea6fffb /recipes/recode | |
parent | a8e889754b1bdb261b85ac7de1c1f929ad597c09 (diff) |
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.bb | 3 | ||||
-rw-r--r-- | recipes/recode/recode_3.6.bb | 3 |
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" |