mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
a02cde934d
commit
4d870f4d74
|
|
@ -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 () {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user