[meta-intel] [PATCH 2/2] thermald: Add library to support MUSL

Saul Wold sgw at linux.intel.com
Fri Feb 3 10:53:59 PST 2017


Thermald uses the argp.h interface of glibc, which is not available
in MUSL, so we need to add a depends on argp-standalone.

Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
 common/recipes-bsp/thermald/thermald_1.5.4.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/recipes-bsp/thermald/thermald_1.5.4.bb b/common/recipes-bsp/thermald/thermald_1.5.4.bb
index 1992fbd..81b1b31 100644
--- a/common/recipes-bsp/thermald/thermald_1.5.4.bb
+++ b/common/recipes-bsp/thermald/thermald_1.5.4.bb
@@ -8,6 +8,7 @@ HOMEPAGE = "https://github.com/01org/thermal_daemon"
 
 DEPENDS = "dbus dbus-glib dbus-glib-native libxml2 glib-2.0 glib-2.0-native"
 DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}"
+DEPENDS_append_libc-musl = " argp-standalone"
 
 LICENSE = "GPL-2.0"
 LIC_FILES_CHKSUM = "file://COPYING;md5=ea8831610e926e2e469075b52bf08848"
-- 
2.7.4



More information about the meta-intel mailing list