summaryrefslogtreecommitdiffstats
path: root/common/recipes-bsp
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-02-03 10:53:58 -0800
committerCalifornia Sullivan <california.l.sullivan@intel.com>2017-02-06 12:23:23 -0800
commit7e0459614d29c4191a79c76111f6354986dff9e4 (patch)
tree9ebaeccc20258ac864b30745b716ee6e1e96414d /common/recipes-bsp
parentf1d2fb22a1a29c733a2c3d3bab43bc018c04d0fb (diff)
downloadmeta-intel-7e0459614d29c4191a79c76111f6354986dff9e4.tar.gz
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>
Diffstat (limited to 'common/recipes-bsp')
-rw-r--r--common/recipes-bsp/thermald/thermald_1.5.4.bb2
1 files changed, 1 insertions, 1 deletions
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."
6 6
7HOMEPAGE = "https://github.com/01org/thermal_daemon" 7HOMEPAGE = "https://github.com/01org/thermal_daemon"
8 8
9DEPENDS = "dbus dbus-glib libxml2 glib-2.0 glib-2.0-native" 9DEPENDS = "dbus dbus-glib dbus-glib-native libxml2 glib-2.0 glib-2.0-native"
10DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}" 10DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}"
11 11
12LICENSE = "GPL-2.0" 12LICENSE = "GPL-2.0"