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/gpgme | |
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/gpgme')
-rw-r--r-- | recipes/gpgme/gpgme_1.0.0.bb | 3 | ||||
-rw-r--r-- | recipes/gpgme/gpgme_1.0.3.bb | 3 | ||||
-rw-r--r-- | recipes/gpgme/gpgme_1.1.4.bb | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/recipes/gpgme/gpgme_1.0.0.bb b/recipes/gpgme/gpgme_1.0.0.bb index 2b8b07c90e..be025e8534 100644 --- a/recipes/gpgme/gpgme_1.0.0.bb +++ b/recipes/gpgme/gpgme_1.0.0.bb @@ -1,3 +1,6 @@ require gpgme.inc PR = "r3" + +SRC_URI[md5sum] = "1abf7accd905c435da567d0852c080af" +SRC_URI[sha256sum] = "685e0162af08d90e01251a02c2f916de59b2b4fa903e9a3a119208b6bcca6092" diff --git a/recipes/gpgme/gpgme_1.0.3.bb b/recipes/gpgme/gpgme_1.0.3.bb index 2b8b07c90e..42de0b26aa 100644 --- a/recipes/gpgme/gpgme_1.0.3.bb +++ b/recipes/gpgme/gpgme_1.0.3.bb @@ -1,3 +1,6 @@ require gpgme.inc PR = "r3" + +SRC_URI[md5sum] = "4d33cbdf844fcee1c724e4cf2a32dd11" +SRC_URI[sha256sum] = "376796ba50ee251af63c1fe2aa17603aaac04b64527ba3bc89e4fa023322282f" diff --git a/recipes/gpgme/gpgme_1.1.4.bb b/recipes/gpgme/gpgme_1.1.4.bb index 68d71aab28..9471bf0efb 100644 --- a/recipes/gpgme/gpgme_1.1.4.bb +++ b/recipes/gpgme/gpgme_1.1.4.bb @@ -1,3 +1,6 @@ require gpgme.inc PR = "r5" + +SRC_URI[md5sum] = "0a2d20f70e6e01a4869ad6b7497404ae" +SRC_URI[sha256sum] = "9b5c1d9dd51c4c8909219619412c7a983512b6ac958ab4cf661322d930c2a665" |