summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/gupnp/gssdp_0.7.1.bb
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2010-10-14 13:45:27 -0700
committerRichard Purdie <rpurdie@linux.intel.com>2010-10-15 10:10:08 +0100
commit12477ad2b27661c8a822f21a5b6a42516bab9edb (patch)
tree7e59132a97c3392f7b841434c9f632917092794d /meta/recipes-connectivity/gupnp/gssdp_0.7.1.bb
parent95fb69bb24a918e048f3c87ebe289e731a4aab6f (diff)
downloadpoky-12477ad2b27661c8a822f21a5b6a42516bab9edb.tar.gz
gupnp: fix broken SRC_URIs
This fixes [BUGID #469] Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/gupnp/gssdp_0.7.1.bb')
-rw-r--r--meta/recipes-connectivity/gupnp/gssdp_0.7.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/gupnp/gssdp_0.7.1.bb b/meta/recipes-connectivity/gupnp/gssdp_0.7.1.bb
index 9e27375cc1..9d4c17e6a3 100644
--- a/meta/recipes-connectivity/gupnp/gssdp_0.7.1.bb
+++ b/meta/recipes-connectivity/gupnp/gssdp_0.7.1.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "GSSDP implements resource discovery and announcement over SSDP (S
3LICENSE = "LGPL" 3LICENSE = "LGPL"
4DEPENDS = "glib-2.0 libsoup-2.4 libglade" 4DEPENDS = "glib-2.0 libsoup-2.4 libglade"
5 5
6SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz" 6SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz"
7 7
8inherit autotools pkgconfig 8inherit autotools pkgconfig
9 9