diff options
author | Saul Wold <sgw@linux.intel.com> | 2017-02-03 10:53:59 -0800 |
---|---|---|
committer | California Sullivan <california.l.sullivan@intel.com> | 2017-02-06 12:53:50 -0800 |
commit | 9cf334e096a013efa30b73c1e2a4b97d23a4dde3 (patch) | |
tree | b7c01af4cdbc0c81cb4bfca7a803d0ea26a7af96 | |
parent | 7e0459614d29c4191a79c76111f6354986dff9e4 (diff) | |
download | meta-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>
-rw-r--r-- | common/recipes-bsp/thermald/thermald_1.5.4.bb | 1 |
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 | ||
9 | DEPENDS = "dbus dbus-glib dbus-glib-native libxml2 glib-2.0 glib-2.0-native" | 9 | DEPENDS = "dbus dbus-glib dbus-glib-native libxml2 glib-2.0 glib-2.0-native" |
10 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}" | 10 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}" |
11 | DEPENDS_append_libc-musl = " argp-standalone" | ||
11 | 12 | ||
12 | LICENSE = "GPL-2.0" | 13 | LICENSE = "GPL-2.0" |
13 | LIC_FILES_CHKSUM = "file://COPYING;md5=ea8831610e926e2e469075b52bf08848" | 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=ea8831610e926e2e469075b52bf08848" |