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/pth | |
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/pth')
-rw-r--r-- | recipes/pth/pth_2.0.0.bb | 3 | ||||
-rw-r--r-- | recipes/pth/pth_2.0.2.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes/pth/pth_2.0.0.bb b/recipes/pth/pth_2.0.0.bb index 8c7f5772a4..aee17a37d5 100644 --- a/recipes/pth/pth_2.0.0.bb +++ b/recipes/pth/pth_2.0.0.bb @@ -25,3 +25,6 @@ do_stage() { install -d ${STAGING_DATADIR}/aclocal install pth.m4 ${STAGING_DATADIR}/aclocal/ } + +SRC_URI[md5sum] = "f84a87295fef3b41499f3b728b1f0050" +SRC_URI[sha256sum] = "1935a06368c1555d5f80329ba1e53f5b1a7dd9efb7fc9354427f2d1a583c81a3" diff --git a/recipes/pth/pth_2.0.2.bb b/recipes/pth/pth_2.0.2.bb index 2583e030fd..6d81f2aa41 100644 --- a/recipes/pth/pth_2.0.2.bb +++ b/recipes/pth/pth_2.0.2.bb @@ -30,3 +30,6 @@ do_stage() { install -d ${STAGING_DATADIR}/aclocal install pth.m4 ${STAGING_DATADIR}/aclocal/ } + +SRC_URI[md5sum] = "fc4d81a1dbf3d1af9a099b765f9a1be3" +SRC_URI[sha256sum] = "2f18dc8e553b2eb9e40e429ccc829e2b8e25d2f82929cfbc4149b1147d00eee1" |