diff options
-rw-r--r-- | meta-multimedia/recipes-connectivity/gupnp/gupnp.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc b/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc index b63f2232dd..e23ba684a5 100644 --- a/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc +++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc | |||
@@ -13,6 +13,8 @@ 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" | ||
17 | |||
16 | SYSROOT_PREPROCESS_FUNCS += "gupnp_sysroot_preprocess" | 18 | SYSROOT_PREPROCESS_FUNCS += "gupnp_sysroot_preprocess" |
17 | 19 | ||
18 | gupnp_sysroot_preprocess () { | 20 | gupnp_sysroot_preprocess () { |