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/compcache | |
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/compcache')
-rw-r--r-- | recipes/compcache/compcache_0.5+0.6pre3.bb | 3 | ||||
-rw-r--r-- | recipes/compcache/compcache_0.6.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes/compcache/compcache_0.5+0.6pre3.bb b/recipes/compcache/compcache_0.5+0.6pre3.bb index 7cd29978ff..b8dafe7c22 100644 --- a/recipes/compcache/compcache_0.5+0.6pre3.bb +++ b/recipes/compcache/compcache_0.5+0.6pre3.bb @@ -27,3 +27,6 @@ do_install_prepend() { install -m 0644 ${S}/sub-projects/rzscontrol/man/rzscontrol.1 ${D}${mandir}/man1 } + +SRC_URI[md5sum] = "532fbc4e6a8ae0670ec15a49484f313f" +SRC_URI[sha256sum] = "3e54f26665bd1b7ece4e4621a15f82da66a95bafd04286d447be5a596790a7db" diff --git a/recipes/compcache/compcache_0.6.bb b/recipes/compcache/compcache_0.6.bb index a24574c703..a852403636 100644 --- a/recipes/compcache/compcache_0.6.bb +++ b/recipes/compcache/compcache_0.6.bb @@ -25,3 +25,6 @@ do_install_prepend() { install -m 0644 ${S}/sub-projects/rzscontrol/man/rzscontrol.1 ${D}${mandir}/man1 } + +SRC_URI[md5sum] = "0a574643c0eb857b946adcd5d5a22eb0" +SRC_URI[sha256sum] = "e5f697be6c1b7bfb9ac9ba5b8d836ff20f880c161f998c482caba83caf443c0c" |