summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/gupnp
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2012-09-17 12:54:00 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-19 17:56:26 +0100
commit5aa1f3a3fef4cbe560ed8615742aabbb8dd38214 (patch)
treeba70f6dc43d41665422657c4ea972f93d8ee36b9 /meta/recipes-connectivity/gupnp
parent2c5079be86b6f32fd8a8193ce13ec44c549768f3 (diff)
downloadpoky-5aa1f3a3fef4cbe560ed8615742aabbb8dd38214.tar.gz
recipes: few more PR bumps to rebuild after libffi5 -> libffi6
(From OE-Core rev: e95835742d2f27820d654c309bd9828305276c90) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/gupnp')
-rw-r--r--meta/recipes-connectivity/gupnp/gssdp_0.10.0.bb2
-rw-r--r--meta/recipes-connectivity/gupnp/gupnp-av_0.8.0.bb2
-rw-r--r--meta/recipes-connectivity/gupnp/gupnp_0.16.1.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/gupnp/gssdp_0.10.0.bb b/meta/recipes-connectivity/gupnp/gssdp_0.10.0.bb
index b87c75560e..9dc05e596a 100644
--- a/meta/recipes-connectivity/gupnp/gssdp_0.10.0.bb
+++ b/meta/recipes-connectivity/gupnp/gssdp_0.10.0.bb
@@ -4,7 +4,7 @@ LICENSE = "LGPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" 4LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
5DEPENDS = "glib-2.0 libsoup-2.4 gobject-introspection-stub" 5DEPENDS = "glib-2.0 libsoup-2.4 gobject-introspection-stub"
6 6
7PR = "r2" 7PR = "r3"
8 8
9SRC_URI = "http://gupnp.org/sites/all/files/sources/${BPN}-${PV}.tar.gz" 9SRC_URI = "http://gupnp.org/sites/all/files/sources/${BPN}-${PV}.tar.gz"
10 10
diff --git a/meta/recipes-connectivity/gupnp/gupnp-av_0.8.0.bb b/meta/recipes-connectivity/gupnp/gupnp-av_0.8.0.bb
index ae96edaad7..598aa4de2e 100644
--- a/meta/recipes-connectivity/gupnp/gupnp-av_0.8.0.bb
+++ b/meta/recipes-connectivity/gupnp/gupnp-av_0.8.0.bb
@@ -7,7 +7,7 @@ DEPENDS = "gupnp"
7 7
8SRC_URI = "http://gupnp.org/sites/all/files/sources/${BPN}-${PV}.tar.gz" 8SRC_URI = "http://gupnp.org/sites/all/files/sources/${BPN}-${PV}.tar.gz"
9 9
10PR = "r1" 10PR = "r2"
11 11
12inherit autotools pkgconfig 12inherit autotools pkgconfig
13 13
diff --git a/meta/recipes-connectivity/gupnp/gupnp_0.16.1.bb b/meta/recipes-connectivity/gupnp/gupnp_0.16.1.bb
index 84e0679563..c226c9ed5d 100644
--- a/meta/recipes-connectivity/gupnp/gupnp_0.16.1.bb
+++ b/meta/recipes-connectivity/gupnp/gupnp_0.16.1.bb
@@ -10,7 +10,7 @@ SRC_URI = "http://gupnp.org/sites/all/files/sources/${BPN}-${PV}.tar.gz"
10SRC_URI[md5sum] = "021bb237741532af4bca50157ff326e4" 10SRC_URI[md5sum] = "021bb237741532af4bca50157ff326e4"
11SRC_URI[sha256sum] = "f01a1f4fd36ce161a3df29fa83e1a0a2fb40d3c9f30f6b403e7791688ad24cfe" 11SRC_URI[sha256sum] = "f01a1f4fd36ce161a3df29fa83e1a0a2fb40d3c9f30f6b403e7791688ad24cfe"
12 12
13PR = "r1" 13PR = "r2"
14 14
15EXTRA_OECONF = "--disable-introspection" 15EXTRA_OECONF = "--disable-introspection"
16 16