diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-05-09 00:57:08 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-05-23 15:49:37 +0200 |
commit | 550ff99c59fe585c3c241c591846a421d74bee3c (patch) | |
tree | b595bf059c059b3430d42abbaee9f34b305640fb | |
parent | a9fb2a9387dd912539c7c23d34487f050f487fa1 (diff) | |
download | meta-openembedded-550ff99c59fe585c3c241c591846a421d74bee3c.tar.gz |
gupnp-igd: Upgrade to 0.2.4
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-multimedia/recipes-connectivity/gupnp/gupnp-igd_0.2.4.bb (renamed from meta-multimedia/recipes-connectivity/gupnp/gupnp-igd_0.2.2.bb) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp-igd_0.2.2.bb b/meta-multimedia/recipes-connectivity/gupnp/gupnp-igd_0.2.4.bb index 440e8262da..0aa594dc78 100644 --- a/meta-multimedia/recipes-connectivity/gupnp/gupnp-igd_0.2.2.bb +++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp-igd_0.2.4.bb | |||
@@ -6,11 +6,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | |||
6 | DEPENDS = "glib-2.0 gupnp sqlite3" | 6 | DEPENDS = "glib-2.0 gupnp sqlite3" |
7 | 7 | ||
8 | SRC_URI = "http://download.gnome.org/sources/${BPN}/0.2/${BPN}-${PV}.tar.xz" | 8 | SRC_URI = "http://download.gnome.org/sources/${BPN}/0.2/${BPN}-${PV}.tar.xz" |
9 | SRC_URI[md5sum] = "f881323304185c02634034e3bda714ba" | 9 | SRC_URI[md5sum] = "124371136b5a7b1056a3681780a62772" |
10 | SRC_URI[sha256sum] = "73b6a98a0f13b29b34c3bfc07f99f78b1319211cb95a8585752873af2b9067d3" | 10 | SRC_URI[sha256sum] = "38c4a6d7718d17eac17df95a3a8c337677eda77e58978129ad3182d769c38e44" |
11 | 11 | ||
12 | inherit autotools pkgconfig gtk-doc gobject-introspection | 12 | inherit autotools pkgconfig gtk-doc gobject-introspection |
13 | 13 | ||
14 | EXTRA_OECONF = "--disable-python" | 14 | EXTRA_OECONF = "--disable-python" |
15 | |||
16 | PNBLACKLIST[gupnp-igd] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130645/ - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||