From 7e0459614d29c4191a79c76111f6354986dff9e4 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Fri, 3 Feb 2017 10:53:58 -0800 Subject: 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 --- common/recipes-bsp/thermald/thermald_1.5.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/recipes-bsp/thermald') diff --git a/common/recipes-bsp/thermald/thermald_1.5.4.bb b/common/recipes-bsp/thermald/thermald_1.5.4.bb index 3183281f..1992fbd6 100644 --- a/common/recipes-bsp/thermald/thermald_1.5.4.bb +++ b/common/recipes-bsp/thermald/thermald_1.5.4.bb @@ -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" -- cgit v1.2.3-54-g00ecf