summaryrefslogtreecommitdiffstats
path: root/common/recipes-bsp
diff options
context:
space:
mode:
authorCalifornia Sullivan <california.l.sullivan@intel.com>2017-01-24 12:59:59 -0800
committerCalifornia Sullivan <california.l.sullivan@intel.com>2017-01-24 17:26:41 -0800
commit5c1515beb12f13d4772e6a7f9e164b2e13a564a5 (patch)
tree2ece003f4594505821c807fd462aace76b933ef2 /common/recipes-bsp
parentb7ef51cf8edb61421e56d105f28f3506bb25401e (diff)
downloadmeta-intel-5c1515beb12f13d4772e6a7f9e164b2e13a564a5.tar.gz
thermald: Add glib-2.0-native to DEPENDS
Thermald uses the command glib-genmarshal to build, which is from glib-2.0-native. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Diffstat (limited to 'common/recipes-bsp')
-rw-r--r--common/recipes-bsp/thermald/thermald_1.5.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/recipes-bsp/thermald/thermald_1.5.3.bb b/common/recipes-bsp/thermald/thermald_1.5.3.bb
index 165dfd40..ea339fa2 100644
--- a/common/recipes-bsp/thermald/thermald_1.5.3.bb
+++ b/common/recipes-bsp/thermald/thermald_1.5.3.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" 9DEPENDS = "dbus dbus-glib 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"