mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 00:50:00 +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:
committed by
Martin Jansa
parent
a02cde934d
commit
4d870f4d74
@@ -13,6 +13,8 @@ inherit autotools pkgconfig
|
|||||||
FILES_${PN} = "${libdir}/*.so.*"
|
FILES_${PN} = "${libdir}/*.so.*"
|
||||||
FILES_${PN}-dev += "${bindir}/gupnp-binding-tool"
|
FILES_${PN}-dev += "${bindir}/gupnp-binding-tool"
|
||||||
|
|
||||||
|
RRECOMMENDS_${PN}-dev = "python"
|
||||||
|
|
||||||
SYSROOT_PREPROCESS_FUNCS += "gupnp_sysroot_preprocess"
|
SYSROOT_PREPROCESS_FUNCS += "gupnp_sysroot_preprocess"
|
||||||
|
|
||||||
gupnp_sysroot_preprocess () {
|
gupnp_sysroot_preprocess () {
|
||||||
|
|||||||
Reference in New Issue
Block a user