[meta-intel] [PATCH 1/2] thermald: Add glib-2.0-native to DEPENDS

California Sullivan california.l.sullivan at intel.com
Tue Jan 24 13:11:41 PST 2017


Thermald uses the command glib-genmarshal to build, which is from
glib-2.0-native.

Signed-off-by: California Sullivan <california.l.sullivan at intel.com>
---
 common/recipes-bsp/thermald/thermald_1.5.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/recipes-bsp/thermald/thermald_1.5.3.bb b/common/recipes-bsp/thermald/thermald_1.5.3.bb
index 165dfd4..ea339fa 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."
 
 HOMEPAGE = "https://github.com/01org/thermal_daemon"
 
-DEPENDS = "dbus dbus-glib libxml2 glib-2.0"
+DEPENDS = "dbus dbus-glib libxml2 glib-2.0 glib-2.0-native"
 DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}"
 
 LICENSE = "GPL-2.0"
-- 
2.5.5



More information about the meta-intel mailing list