diff options
author | Manuel Bachmann <manuel.bachmann@iot.bzh> | 2016-02-02 16:51:15 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-15 10:15:26 +0100 |
commit | 0ee8e184eef482763bbc4db0273a63c506ea2b2b (patch) | |
tree | 8010435ef1d0b322b708963ed183fef876c3290b /meta-multimedia/recipes-connectivity/gupnp/gupnp.inc | |
parent | da5addc87b01279f63b7e2cc29c2b5233a669474 (diff) | |
download | meta-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.inc | 2 |
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 | |||
13 | FILES_${PN} = "${libdir}/*.so.*" | 13 | FILES_${PN} = "${libdir}/*.so.*" |
14 | FILES_${PN}-dev += "${bindir}/gupnp-binding-tool" | 14 | FILES_${PN}-dev += "${bindir}/gupnp-binding-tool" |
15 | 15 | ||
16 | RRECOMMENDS_${PN}-dev = "python" | 16 | RDEPENDS_${PN}-dev = "python-textutils python-xml" |
17 | 17 | ||
18 | SYSROOT_PREPROCESS_FUNCS += "gupnp_sysroot_preprocess" | 18 | SYSROOT_PREPROCESS_FUNCS += "gupnp_sysroot_preprocess" |
19 | 19 | ||