gupnp: Update to 0.20.14

Update to latest version (required for latest Rygel).

As the unique executable provided by "gupnp-dev" cannot
work without python, switch from RRECOMMENDS to RDEPENDS
for it, and also be more precise in its required modules.

Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Manuel Bachmann 2016-02-02 16:51:15 +00:00 committed by Martin Jansa
parent da5addc87b
commit 0ee8e184ee
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ inherit autotools pkgconfig
FILES_${PN} = "${libdir}/*.so.*"
FILES_${PN}-dev += "${bindir}/gupnp-binding-tool"
RRECOMMENDS_${PN}-dev = "python"
RDEPENDS_${PN}-dev = "python-textutils python-xml"
SYSROOT_PREPROCESS_FUNCS += "gupnp_sysroot_preprocess"

View File

@ -1,8 +1,8 @@
require gupnp.inc
SRC_URI = "${GNOME_MIRROR}/${BPN}/0.20/${BPN}-${PV}.tar.xz"
SRC_URI[md5sum] = "c01aa6d3a78792b3a24591f036dd91f4"
SRC_URI[sha256sum] = "205d47b950a1b7190df1115f454cb38a44d71aacfec75d4287299e400e139b69"
SRC_URI[md5sum] = "63346ef90ac5cd925c3a941f51d8bca6"
SRC_URI[sha256sum] = "77ffb940ba77c4a6426d09d41004c75d92652dcbde86c84ac1c847dbd9ad59bd"
LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
file://libgupnp/gupnp.h;beginline=1;endline=20;md5=d78a69d9b6e63ee2dc72e7b674d97520"