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>
This commit is contained in:
California Sullivan 2017-01-24 12:59:59 -08:00
parent b7ef51cf8e
commit 5c1515beb1

View File

@ -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"