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/libgc | |
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/libgc')
-rw-r--r-- | recipes/libgc/libgc_6.5.bb | 3 | ||||
-rw-r--r-- | recipes/libgc/libgc_6.7.bb | 3 | ||||
-rw-r--r-- | recipes/libgc/libgc_7.1.bb | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/recipes/libgc/libgc_6.5.bb b/recipes/libgc/libgc_6.5.bb index e99a38f396..c3474da04f 100644 --- a/recipes/libgc/libgc_6.5.bb +++ b/recipes/libgc/libgc_6.5.bb @@ -20,3 +20,6 @@ do_stage() { install -d ${STAGING_LIBDIR} install -m 755 .libs/libgc.so* ${STAGING_LIBDIR}/ } + +SRC_URI[md5sum] = "00bf95cdcbedfa7321d14e0133b31cdb" +SRC_URI[sha256sum] = "217df8b36d848a85eb81ec6fa2a411e9bf186a747c2ddb223cb82b5001e4d80b" diff --git a/recipes/libgc/libgc_6.7.bb b/recipes/libgc/libgc_6.7.bb index 1182f93191..9223352337 100644 --- a/recipes/libgc/libgc_6.7.bb +++ b/recipes/libgc/libgc_6.7.bb @@ -20,3 +20,6 @@ do_stage() { install -d ${STAGING_LIBDIR} install -m 755 .libs/libgc.so* ${STAGING_LIBDIR}/ } + +SRC_URI[md5sum] = "be780413a0360306ad3b701e45fa8871" +SRC_URI[sha256sum] = "b678dd4354e0305fc57fef9aa4fd1f316e8a5de33e5048e712fbc32d42ecea7c" diff --git a/recipes/libgc/libgc_7.1.bb b/recipes/libgc/libgc_7.1.bb index 8078407e9b..9ab47e4766 100644 --- a/recipes/libgc/libgc_7.1.bb +++ b/recipes/libgc/libgc_7.1.bb @@ -17,3 +17,6 @@ LEAD_SONAME = "libgc.so.1" FILES_${PN}-doc += "${datadir}/gc/" + +SRC_URI[md5sum] = "2ff9924c7249ef7f736ecfe6f08f3f9b" +SRC_URI[sha256sum] = "e3cef6028fe3efe7de3bcf4107c880eae50b3ee79841450d885467c09bcebf30" |