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:
Javier Viguera 2013-09-20 10:51:59 +02:00
parent b76862a971
commit bc033c071d
1 changed files with 3 additions and 0 deletions

View File

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