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/balsa | |
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/balsa')
-rw-r--r-- | recipes/balsa/balsa_2.0.17.bb | 3 | ||||
-rw-r--r-- | recipes/balsa/balsa_2.4.2.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes/balsa/balsa_2.0.17.bb b/recipes/balsa/balsa_2.0.17.bb index 7418f648e5..6537806903 100644 --- a/recipes/balsa/balsa_2.0.17.bb +++ b/recipes/balsa/balsa_2.0.17.bb @@ -22,3 +22,6 @@ do_configure_prepend() { ( cd libmutt; libtoolize --force ; cp ../ltmain.sh . ) } + +SRC_URI[md5sum] = "851db68728ed9adea615eb2f249fa1ee" +SRC_URI[sha256sum] = "c450b49ce9903d97ed5e4aa788b388e014c0eddcfc038b000237f67cd4528a3b" diff --git a/recipes/balsa/balsa_2.4.2.bb b/recipes/balsa/balsa_2.4.2.bb index 8cd91740b8..fb6f71072f 100644 --- a/recipes/balsa/balsa_2.4.2.bb +++ b/recipes/balsa/balsa_2.4.2.bb @@ -91,3 +91,6 @@ do_configure_prepend() { # aclocal seems to insist on looking in here. Make sure it exists. mkdir -p ${S}/m4 } + +SRC_URI[md5sum] = "1eb90a92c089e194a595072a57c57394" +SRC_URI[sha256sum] = "48bde6ff926fcc5d47853b87242cc890bdb21b5c74a2454a2b5c0269e9340090" |