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/mtools | |
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/mtools')
-rw-r--r-- | recipes/mtools/mtools_4.0.10.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/mtools/mtools_4.0.10.bb b/recipes/mtools/mtools_4.0.10.bb index 18fbb7dbc7..f40970595b 100644 --- a/recipes/mtools/mtools_4.0.10.bb +++ b/recipes/mtools/mtools_4.0.10.bb @@ -27,3 +27,6 @@ do_fix_perms() { } addtask fix_perms after do_unpack before do_patch + +SRC_URI[md5sum] = "750c2beba968a5d46dbaae24551a82b9" +SRC_URI[sha256sum] = "860fee13acb39365bd28763070e24011ea55f381f96714d2841937525aa02ded" |