aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorEric Bénard <eric@eukrea.com>2010-12-20 23:45:17 +0100
committerEric Bénard <eric@eukrea.com>2010-12-21 00:25:05 +0100
commit1074742d4325380a8490a76bac830d3d6220e4e2 (patch)
tree44b58307d16f4dce30632a6fa4253cc31dc4f8af /recipes
parente6cc396a634e2c918cf80d40b51207f4c4b750d7 (diff)
downloadopenembedded-1074742d4325380a8490a76bac830d3d6220e4e2.tar.gz
upnp: fix SRC_URI for gupnp.org
Signed-off-by: Eric Bénard <eric@eukrea.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/upnp/gssdp_0.6.3.bb2
-rw-r--r--recipes/upnp/gssdp_0.7.1.bb2
-rw-r--r--recipes/upnp/gupnp-av_0.2.bb2
-rw-r--r--recipes/upnp/gupnp-av_0.3.bb2
-rw-r--r--recipes/upnp/gupnp-av_0.5.2.bb5
-rw-r--r--recipes/upnp/gupnp-av_0.5.9.bb4
-rw-r--r--recipes/upnp/gupnp-tools_0.7.bb2
-rw-r--r--recipes/upnp/gupnp-tools_0.8.bb2
-rw-r--r--recipes/upnp/gupnp-vala_0.4.bb2
-rw-r--r--recipes/upnp/gupnp-vala_0.6.2.bb2
-rw-r--r--recipes/upnp/gupnp.inc1
-rw-r--r--recipes/upnp/gupnp_0.12.4.bb2
-rw-r--r--recipes/upnp/gupnp_0.13.1.bb4
-rw-r--r--recipes/upnp/gupnp_0.13.4.bb4
14 files changed, 20 insertions, 16 deletions
diff --git a/recipes/upnp/gssdp_0.6.3.bb b/recipes/upnp/gssdp_0.6.3.bb
index d466d761e7..17c9047ae1 100644
--- a/recipes/upnp/gssdp_0.6.3.bb
+++ b/recipes/upnp/gssdp_0.6.3.bb
@@ -1,7 +1,7 @@
LICENSE = "LGPL"
DEPENDS = "glib-2.0 libsoup-2.4 libglade"
-SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz"
+require gupnp.inc
inherit autotools pkgconfig
diff --git a/recipes/upnp/gssdp_0.7.1.bb b/recipes/upnp/gssdp_0.7.1.bb
index 237f2e7f56..dc46bbb9ef 100644
--- a/recipes/upnp/gssdp_0.7.1.bb
+++ b/recipes/upnp/gssdp_0.7.1.bb
@@ -1,7 +1,7 @@
LICENSE = "LGPL"
DEPENDS = "glib-2.0 libsoup-2.4 libglade"
-SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz"
+require gupnp.inc
inherit autotools pkgconfig
diff --git a/recipes/upnp/gupnp-av_0.2.bb b/recipes/upnp/gupnp-av_0.2.bb
index 92e8cad3b1..bec94ad57a 100644
--- a/recipes/upnp/gupnp-av_0.2.bb
+++ b/recipes/upnp/gupnp-av_0.2.bb
@@ -1,7 +1,7 @@
LICENSE = "LGPL"
DEPENDS = "gnupnp gstreamer"
-SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz"
+require gupnp.inc
inherit autotools
diff --git a/recipes/upnp/gupnp-av_0.3.bb b/recipes/upnp/gupnp-av_0.3.bb
index 4e9f2ec591..23219cc24a 100644
--- a/recipes/upnp/gupnp-av_0.3.bb
+++ b/recipes/upnp/gupnp-av_0.3.bb
@@ -1,7 +1,7 @@
LICENSE = "LGPL"
DEPENDS = "gupnp"
-SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz"
+require gupnp.inc
inherit autotools pkgconfig
diff --git a/recipes/upnp/gupnp-av_0.5.2.bb b/recipes/upnp/gupnp-av_0.5.2.bb
index 726251d301..f43cb8eb49 100644
--- a/recipes/upnp/gupnp-av_0.5.2.bb
+++ b/recipes/upnp/gupnp-av_0.5.2.bb
@@ -1,8 +1,9 @@
LICENSE = "LGPL"
DEPENDS = "gupnp"
-SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz \
- file://nodoc.patch"
+require gupnp.inc
+
+SRC_URI += "file://nodoc.patch"
inherit autotools pkgconfig
diff --git a/recipes/upnp/gupnp-av_0.5.9.bb b/recipes/upnp/gupnp-av_0.5.9.bb
index 14763aed1c..0370e916a0 100644
--- a/recipes/upnp/gupnp-av_0.5.9.bb
+++ b/recipes/upnp/gupnp-av_0.5.9.bb
@@ -1,8 +1,8 @@
LICENSE = "LGPL"
DEPENDS = "gupnp"
-SRC_URI = "http://gupnp.org/sites/all/files/sources/gupnp-av-${PV}.tar.gz \
-"
+require gupnp.inc
+
SRC_URI[md5sum] = "5940df3c1152894685c3fc38ee95fd78"
SRC_URI[sha256sum] = "a909129997f79dcb6d35221ce205854d64c47a7390843e420cfba753485087bd"
diff --git a/recipes/upnp/gupnp-tools_0.7.bb b/recipes/upnp/gupnp-tools_0.7.bb
index b54a00451f..464cbaeb8a 100644
--- a/recipes/upnp/gupnp-tools_0.7.bb
+++ b/recipes/upnp/gupnp-tools_0.7.bb
@@ -1,7 +1,7 @@
LICENSE = "GPL"
DEPENDS = "gupnp gtk+ libglade gnome-icon-theme"
-SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz"
+require gupnp.inc
inherit autotools pkgconfig
diff --git a/recipes/upnp/gupnp-tools_0.8.bb b/recipes/upnp/gupnp-tools_0.8.bb
index 049ae5d5ad..3210f03e10 100644
--- a/recipes/upnp/gupnp-tools_0.8.bb
+++ b/recipes/upnp/gupnp-tools_0.8.bb
@@ -1,7 +1,7 @@
LICENSE = "GPL"
DEPENDS = "gupnp gtk+ libglade gnome-icon-theme"
-SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz"
+require gupnp.inc
inherit autotools pkgconfig
diff --git a/recipes/upnp/gupnp-vala_0.4.bb b/recipes/upnp/gupnp-vala_0.4.bb
index 8be9631bb9..115ed588f0 100644
--- a/recipes/upnp/gupnp-vala_0.4.bb
+++ b/recipes/upnp/gupnp-vala_0.4.bb
@@ -3,7 +3,7 @@ DEPENDS = "gupnp vala-native"
PR = "r1"
-SRC_URI = "http://gupnp.org/sources/bindings/${PN}-${PV}.tar.gz"
+require gupnp.inc
inherit autotools pkgconfig
diff --git a/recipes/upnp/gupnp-vala_0.6.2.bb b/recipes/upnp/gupnp-vala_0.6.2.bb
index 6a2cddd9d7..30092ed562 100644
--- a/recipes/upnp/gupnp-vala_0.6.2.bb
+++ b/recipes/upnp/gupnp-vala_0.6.2.bb
@@ -3,7 +3,7 @@ DEPENDS = "gupnp vala-native"
PR = "r1"
-SRC_URI = "http://gupnp.org/sources/bindings/${PN}-${PV}.tar.gz"
+require gupnp.inc
inherit autotools pkgconfig
diff --git a/recipes/upnp/gupnp.inc b/recipes/upnp/gupnp.inc
new file mode 100644
index 0000000000..eeb0fdbd03
--- /dev/null
+++ b/recipes/upnp/gupnp.inc
@@ -0,0 +1 @@
+SRC_URI="http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz"
diff --git a/recipes/upnp/gupnp_0.12.4.bb b/recipes/upnp/gupnp_0.12.4.bb
index 3b8a0b81bf..641a97c7b5 100644
--- a/recipes/upnp/gupnp_0.12.4.bb
+++ b/recipes/upnp/gupnp_0.12.4.bb
@@ -1,7 +1,7 @@
LICENSE = "LGPL"
DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2"
-SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz"
+require gupnp.inc
inherit autotools pkgconfig
diff --git a/recipes/upnp/gupnp_0.13.1.bb b/recipes/upnp/gupnp_0.13.1.bb
index 726efd77b3..6a861349c1 100644
--- a/recipes/upnp/gupnp_0.13.1.bb
+++ b/recipes/upnp/gupnp_0.13.1.bb
@@ -1,7 +1,9 @@
LICENSE = "LGPL"
DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2 gtk-doc-native libgee"
-SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz \
+require gupnp.inc
+
+SRC_URI += " \
file://nodoc.patch"
inherit autotools pkgconfig
diff --git a/recipes/upnp/gupnp_0.13.4.bb b/recipes/upnp/gupnp_0.13.4.bb
index 01e9fca6fe..07266a1a00 100644
--- a/recipes/upnp/gupnp_0.13.4.bb
+++ b/recipes/upnp/gupnp_0.13.4.bb
@@ -1,8 +1,8 @@
LICENSE = "LGPL"
DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2 gtk-doc-native libgee"
-SRC_URI = "http://gupnp.org/sites/all/files/sources/gupnp-${PV}.tar.gz \
-"
+require gupnp.inc
+
SRC_URI[md5sum] = "0d562f5f02534c70c3743b2c514db8ba"
SRC_URI[sha256sum] = "7974953f38a41236c875c3df509abc43e8218b5925fdc18212a73b1ae0d0e7e8"