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/lmbench | |
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/lmbench')
-rw-r--r-- | recipes/lmbench/lmbench_2.0.4.bb | 3 | ||||
-rw-r--r-- | recipes/lmbench/lmbench_2.5.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes/lmbench/lmbench_2.0.4.bb b/recipes/lmbench/lmbench_2.0.4.bb index e2bed84e9c..81b0a15b13 100644 --- a/recipes/lmbench/lmbench_2.0.4.bb +++ b/recipes/lmbench/lmbench_2.0.4.bb @@ -43,3 +43,6 @@ do_install () { ${D}${bindir} install -m 0755 ${WORKDIR}/lmbench-run ${D}${bindir}/ } + +SRC_URI[md5sum] = "eddf56af6f248812e3016a9e34b42bbd" +SRC_URI[sha256sum] = "5a729a49ce591a58d241ac39979cb496ab30687556633782557196d2b262921e" diff --git a/recipes/lmbench/lmbench_2.5.bb b/recipes/lmbench/lmbench_2.5.bb index 5c99945c2c..7b097d8498 100644 --- a/recipes/lmbench/lmbench_2.5.bb +++ b/recipes/lmbench/lmbench_2.5.bb @@ -44,3 +44,6 @@ do_install () { mkdir -p ${D}${mandir} mv ${D}${prefix}/man/* ${D}${mandir}/ } + +SRC_URI[md5sum] = "d5b05498af26d5c09b372caab82a0337" +SRC_URI[sha256sum] = "e7431530a4cf4c44b5068e23454f95765dc0b51e7d98bc2bd70451b17d505bd9" |