summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-multimedia/recipes-connectivity/gupnp/gupnp.inc2
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
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"
17
16SYSROOT_PREPROCESS_FUNCS += "gupnp_sysroot_preprocess" 18SYSROOT_PREPROCESS_FUNCS += "gupnp_sysroot_preprocess"
17 19
18gupnp_sysroot_preprocess () { 20gupnp_sysroot_preprocess () {