gupnp-dev contains a tool which is written in Python, so add a recommends dependency so that this is usable.
Signed-off-by: Ross Burton <[email protected]> --- meta-multimedia/recipes-connectivity/gupnp/gupnp.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc b/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc index b63f223..e23ba68 100644 --- a/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc +++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc @@ -13,6 +13,8 @@ inherit autotools pkgconfig FILES_${PN} = "${libdir}/*.so.*" FILES_${PN}-dev += "${bindir}/gupnp-binding-tool" +RRECOMMENDS_${PN}-dev = "python" + SYSROOT_PREPROCESS_FUNCS += "gupnp_sysroot_preprocess" gupnp_sysroot_preprocess () { -- 1.7.10.4 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
