diff options
author | California Sullivan <california.l.sullivan@intel.com> | 2017-01-24 12:59:59 -0800 |
---|---|---|
committer | California Sullivan <california.l.sullivan@intel.com> | 2017-01-24 17:26:41 -0800 |
commit | 5c1515beb12f13d4772e6a7f9e164b2e13a564a5 (patch) | |
tree | 2ece003f4594505821c807fd462aace76b933ef2 /common/recipes-bsp | |
parent | b7ef51cf8edb61421e56d105f28f3506bb25401e (diff) | |
download | meta-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.bb | 2 |
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 | ||
7 | HOMEPAGE = "https://github.com/01org/thermal_daemon" | 7 | HOMEPAGE = "https://github.com/01org/thermal_daemon" |
8 | 8 | ||
9 | DEPENDS = "dbus dbus-glib libxml2 glib-2.0" | 9 | DEPENDS = "dbus dbus-glib libxml2 glib-2.0 glib-2.0-native" |
10 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}" | 10 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}" |
11 | 11 | ||
12 | LICENSE = "GPL-2.0" | 12 | LICENSE = "GPL-2.0" |