[oe-commits] Ross Burton : gupnp: add Python recommends to gupnp-dev

git at git.openembedded.org git at git.openembedded.org
Tue Jan 20 15:06:42 UTC 2015


Module: meta-openembedded.git
Branch: master
Commit: 4d870f4d74c6ffa36781bb0b1daadc51422d4001
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=4d870f4d74c6ffa36781bb0b1daadc51422d4001

Author: Ross Burton <ross.burton at intel.com>
Date:   Thu Jan 15 12:33:53 2015 +0000

gupnp: add Python recommends to gupnp-dev

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 <ross.burton at intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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 () {



More information about the Openembedded-commits mailing list