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/sdcc | |
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/sdcc')
-rw-r--r-- | recipes/sdcc/sdcc_2.5.0.bb | 3 | ||||
-rw-r--r-- | recipes/sdcc/sdcc_2.8.0.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes/sdcc/sdcc_2.5.0.bb b/recipes/sdcc/sdcc_2.5.0.bb index 3347fb9f6e..3a6fe2aefa 100644 --- a/recipes/sdcc/sdcc_2.5.0.bb +++ b/recipes/sdcc/sdcc_2.5.0.bb @@ -19,3 +19,6 @@ do_configure() { oe_runconf } + +SRC_URI[md5sum] = "c572e7842fe36348f5b2972c1025a75a" +SRC_URI[sha256sum] = "138d2e59569f76f1a5d35bd5d85e7006eeebc4f48cd3dac902e2824ed50c3d80" diff --git a/recipes/sdcc/sdcc_2.8.0.bb b/recipes/sdcc/sdcc_2.8.0.bb index 07993eb0a1..8becd1fcb0 100644 --- a/recipes/sdcc/sdcc_2.8.0.bb +++ b/recipes/sdcc/sdcc_2.8.0.bb @@ -19,3 +19,6 @@ do_configure() { oe_runconf } + +SRC_URI[md5sum] = "1b9c2e581b92d5e3f13bca37c5784080" +SRC_URI[sha256sum] = "cbb035699d8910c7ca2fa360a773504b44165e98042ed8c208fea2fe47a96557" |