mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
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>
This commit is contained in:
parent
f1d2fb22a1
commit
7e0459614d
|
@ -6,7 +6,7 @@ compensation using available cooling methods."
|
|||
|
||||
HOMEPAGE = "https://github.com/01org/thermal_daemon"
|
||||
|
||||
DEPENDS = "dbus dbus-glib libxml2 glib-2.0 glib-2.0-native"
|
||||
DEPENDS = "dbus dbus-glib dbus-glib-native libxml2 glib-2.0 glib-2.0-native"
|
||||
DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}"
|
||||
|
||||
LICENSE = "GPL-2.0"
|
||||
|
|
Loading…
Reference in New Issue
Block a user