summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc
diff options
context:
space:
mode:
authorManuel Bachmann <manuel.bachmann@iot.bzh>2016-02-02 16:51:15 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2016-02-15 10:15:26 +0100
commit0ee8e184eef482763bbc4db0273a63c506ea2b2b (patch)
tree8010435ef1d0b322b708963ed183fef876c3290b /meta-multimedia/recipes-connectivity/gupnp/gupnp.inc
parentda5addc87b01279f63b7e2cc29c2b5233a669474 (diff)
downloadmeta-openembedded-0ee8e184eef482763bbc4db0273a63c506ea2b2b.tar.gz
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>
Diffstat (limited to 'meta-multimedia/recipes-connectivity/gupnp/gupnp.inc')
-rw-r--r--meta-multimedia/recipes-connectivity/gupnp/gupnp.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc b/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc
index e23ba684a..28e9b357b 100644
--- a/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc
+++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc
@@ -13,7 +13,7 @@ inherit autotools pkgconfig
13FILES_${PN} = "${libdir}/*.so.*" 13FILES_${PN} = "${libdir}/*.so.*"
14FILES_${PN}-dev += "${bindir}/gupnp-binding-tool" 14FILES_${PN}-dev += "${bindir}/gupnp-binding-tool"
15 15
16RRECOMMENDS_${PN}-dev = "python" 16RDEPENDS_${PN}-dev = "python-textutils python-xml"
17 17
18SYSROOT_PREPROCESS_FUNCS += "gupnp_sysroot_preprocess" 18SYSROOT_PREPROCESS_FUNCS += "gupnp_sysroot_preprocess"
19 19