From 9cf334e096a013efa30b73c1e2a4b97d23a4dde3 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Fri, 3 Feb 2017 10:53:59 -0800 Subject: thermald: Add library to support MUSL 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 --- common/recipes-bsp/thermald/thermald_1.5.4.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'common/recipes-bsp') diff --git a/common/recipes-bsp/thermald/thermald_1.5.4.bb b/common/recipes-bsp/thermald/thermald_1.5.4.bb index 1992fbd6..81b1b314 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" -- cgit v1.2.3-54-g00ecf