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/vino | |
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/vino')
-rw-r--r-- | recipes/vino/vino_2.16.0.bb | 3 | ||||
-rw-r--r-- | recipes/vino/vino_2.22.2.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes/vino/vino_2.16.0.bb b/recipes/vino/vino_2.16.0.bb index b2d1a5fb08..7ef942e559 100644 --- a/recipes/vino/vino_2.16.0.bb +++ b/recipes/vino/vino_2.16.0.bb @@ -11,3 +11,6 @@ do_configure() { oe_runconf } + +SRC_URI[archive.md5sum] = "89937e6d6cd8f658d037da0a7cfd3f4e" +SRC_URI[archive.sha256sum] = "bcf62f1121fe704a019363467f9182e29931ee6779f3b65e996171f4caa11369" diff --git a/recipes/vino/vino_2.22.2.bb b/recipes/vino/vino_2.22.2.bb index 0a077567ef..b95d282587 100644 --- a/recipes/vino/vino_2.22.2.bb +++ b/recipes/vino/vino_2.22.2.bb @@ -6,3 +6,6 @@ DEPENDS = "libgnomeui libglade gnome-keyring esound dbus-glib libxml2 gnutls gno inherit gnome gconf + +SRC_URI[archive.md5sum] = "be507a80ec2c3cd5888060b81ff74f4e" +SRC_URI[archive.sha256sum] = "f01b24635120e9f5fc5332cbdff49e26603d1c7089d70057209f41cd634751e7" |