bluez4: add python runtime dependences
'simple-agent' python script included with this package depends on python-pygobject and python-dbus https://jira.digi.com/browse/DEL-643 Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
b76862a971
commit
bc033c071d
|
|
@ -9,6 +9,9 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
||||||
# gobject-introspection
|
# gobject-introspection
|
||||||
SRC_URI += "file://simple-agent"
|
SRC_URI += "file://simple-agent"
|
||||||
|
|
||||||
|
# 'simple-agent' needs some python packages
|
||||||
|
RDEPENDS_${PN} = "python-dbus python-pygobject"
|
||||||
|
|
||||||
EXTRA_OECONF_append = " --enable-health"
|
EXTRA_OECONF_append = " --enable-health"
|
||||||
|
|
||||||
do_install_append() {
|
do_install_append() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue