diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-12 16:35:00 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-12 16:51:36 +0200 |
commit | 1699e27f6642a97adf23fafc74fd6ccc9d5d3d55 (patch) | |
tree | 539b8259dd387cc00ddb10be2a297b6b29e0972a /recipes/upnp | |
parent | 0a2d1e13ec1cc334aaa5dfd6be7a668723388279 (diff) |
recipes: add missing checksums
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/upnp')
-rw-r--r-- | recipes/upnp/gupnp-tools_0.8.bb | 3 | ||||
-rw-r--r-- | recipes/upnp/gupnp-vala_0.6.2.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes/upnp/gupnp-tools_0.8.bb b/recipes/upnp/gupnp-tools_0.8.bb index be4f3510b6..049ae5d5ad 100644 --- a/recipes/upnp/gupnp-tools_0.8.bb +++ b/recipes/upnp/gupnp-tools_0.8.bb @@ -4,3 +4,6 @@ DEPENDS = "gupnp gtk+ libglade gnome-icon-theme" SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz" inherit autotools pkgconfig + +SRC_URI[md5sum] = "e2122d273d8ae6bf1cbca94fc4659e90" +SRC_URI[sha256sum] = "799537244812ad5c923572df177bd62a06b5917dcdf0590531111e2d4730ce71" diff --git a/recipes/upnp/gupnp-vala_0.6.2.bb b/recipes/upnp/gupnp-vala_0.6.2.bb index d5544cb8b3..6a2cddd9d7 100644 --- a/recipes/upnp/gupnp-vala_0.6.2.bb +++ b/recipes/upnp/gupnp-vala_0.6.2.bb @@ -20,3 +20,6 @@ do_stage() { } + +SRC_URI[md5sum] = "7293cab94a8595efe740ede12991ef84" +SRC_URI[sha256sum] = "27752b6d4115a3ef6299d8ad55e74624c800409fa606326343319c17e37d0ed0" |