thermald: Add dbus-glib-native for dbus-binding-tool

The new recipe specific sysroot exposed a missing dependecny on
the dbus-binding-tool

Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
Saul Wold 2017-02-03 10:53:58 -08:00 committed by California Sullivan
parent f1d2fb22a1
commit 7e0459614d

View File

@ -6,7 +6,7 @@ compensation using available cooling methods."
HOMEPAGE = "https://github.com/01org/thermal_daemon"
DEPENDS = "dbus dbus-glib libxml2 glib-2.0 glib-2.0-native"
DEPENDS = "dbus dbus-glib dbus-glib-native libxml2 glib-2.0 glib-2.0-native"
DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}"
LICENSE = "GPL-2.0"