diff options
author | Scott Garman <scott.a.garman@intel.com> | 2010-10-14 13:45:27 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-15 10:10:08 +0100 |
commit | 12477ad2b27661c8a822f21a5b6a42516bab9edb (patch) | |
tree | 7e59132a97c3392f7b841434c9f632917092794d /meta/recipes-connectivity/gupnp | |
parent | 95fb69bb24a918e048f3c87ebe289e731a4aab6f (diff) | |
download | openembedded-core-12477ad2b27661c8a822f21a5b6a42516bab9edb.tar.gz openembedded-core-12477ad2b27661c8a822f21a5b6a42516bab9edb.tar.bz2 openembedded-core-12477ad2b27661c8a822f21a5b6a42516bab9edb.zip |
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')
5 files changed, 5 insertions, 5 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 LICENSE = "LGPL" DEPENDS = "glib-2.0 libsoup-2.4 libglade" -SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz" +SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz" inherit autotools pkgconfig diff --git a/meta/recipes-connectivity/gupnp/gupnp-av_0.4.bb b/meta/recipes-connectivity/gupnp/gupnp-av_0.4.bb index 75f015def7..97990ba330 100644 --- a/meta/recipes-connectivity/gupnp/gupnp-av_0.4.bb +++ b/meta/recipes-connectivity/gupnp/gupnp-av_0.4.bb @@ -3,6 +3,6 @@ DESCRIPTION = "GUPnP-AV is a collection of helpers for building AV (audio/video) LICENSE = "LGPL" DEPENDS = "gupnp" -SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz" +SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz" inherit autotools pkgconfig diff --git a/meta/recipes-connectivity/gupnp/gupnp-av_0.5.2.bb b/meta/recipes-connectivity/gupnp/gupnp-av_0.5.2.bb index 75f015def7..97990ba330 100644 --- a/meta/recipes-connectivity/gupnp/gupnp-av_0.5.2.bb +++ b/meta/recipes-connectivity/gupnp/gupnp-av_0.5.2.bb @@ -3,6 +3,6 @@ DESCRIPTION = "GUPnP-AV is a collection of helpers for building AV (audio/video) LICENSE = "LGPL" DEPENDS = "gupnp" -SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz" +SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz" inherit autotools pkgconfig diff --git a/meta/recipes-connectivity/gupnp/gupnp-tools_0.8.bb b/meta/recipes-connectivity/gupnp/gupnp-tools_0.8.bb index d54e44a6b6..76a8b2bf43 100644 --- a/meta/recipes-connectivity/gupnp/gupnp-tools_0.8.bb +++ b/meta/recipes-connectivity/gupnp/gupnp-tools_0.8.bb @@ -2,6 +2,6 @@ DESCRIPTION = "Tools for GUPnP" LICENSE = "GPL" DEPENDS = "gupnp gtk+ libglade gnome-icon-theme" -SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz" +SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz" inherit autotools pkgconfig diff --git a/meta/recipes-connectivity/gupnp/gupnp_0.13.2.bb b/meta/recipes-connectivity/gupnp/gupnp_0.13.2.bb index 72c9d59eac..c9de7985f3 100644 --- a/meta/recipes-connectivity/gupnp/gupnp_0.13.2.bb +++ b/meta/recipes-connectivity/gupnp/gupnp_0.13.2.bb @@ -3,7 +3,7 @@ DESCRIPTION = "GUPnP is an elegant, object-oriented open source framework for cr LICENSE = "LGPL" DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2" -SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz" +SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz" PR = "r1" inherit autotools pkgconfig |