summaryrefslogtreecommitdiffstats
path: root/common/recipes-bsp
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-02-03 10:53:59 -0800
committerCalifornia Sullivan <california.l.sullivan@intel.com>2017-02-06 12:53:50 -0800
commit9cf334e096a013efa30b73c1e2a4b97d23a4dde3 (patch)
treeb7c01af4cdbc0c81cb4bfca7a803d0ea26a7af96 /common/recipes-bsp
parent7e0459614d29c4191a79c76111f6354986dff9e4 (diff)
downloadmeta-intel-9cf334e096a013efa30b73c1e2a4b97d23a4dde3.tar.gz
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 <sgw@linux.intel.com>
Diffstat (limited to 'common/recipes-bsp')
-rw-r--r--common/recipes-bsp/thermald/thermald_1.5.4.bb1
1 files changed, 1 insertions, 0 deletions
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"
8 8
9DEPENDS = "dbus dbus-glib dbus-glib-native libxml2 glib-2.0 glib-2.0-native" 9DEPENDS = "dbus dbus-glib dbus-glib-native libxml2 glib-2.0 glib-2.0-native"
10DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}" 10DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}"
11DEPENDS_append_libc-musl = " argp-standalone"
11 12
12LICENSE = "GPL-2.0" 13LICENSE = "GPL-2.0"
13LIC_FILES_CHKSUM = "file://COPYING;md5=ea8831610e926e2e469075b52bf08848" 14LIC_FILES_CHKSUM = "file://COPYING;md5=ea8831610e926e2e469075b52bf08848"