diff options
| author | Khem Raj <raj.khem@gmail.com> | 2017-07-25 10:24:35 -0700 |
|---|---|---|
| committer | Saul Wold <sgw@linux.intel.com> | 2017-07-27 10:01:47 -0700 |
| commit | 97ec73f5bac837ab07c348349611c759330125fa (patch) | |
| tree | e8c91fed439b9a0ad57f481b7d2fd673798a67b1 | |
| parent | 3b8d46f617277946391cc2ce62c953a4c5c9fc16 (diff) | |
| download | meta-intel-97ec73f5bac837ab07c348349611c759330125fa.tar.gz | |
thermald: Add openmp to dependencies when building with clang
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
| -rw-r--r-- | common/recipes-bsp/thermald/thermald_1.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/recipes-bsp/thermald/thermald_1.6.bb b/common/recipes-bsp/thermald/thermald_1.6.bb index fe6d109c..a0491387 100644 --- a/common/recipes-bsp/thermald/thermald_1.6.bb +++ b/common/recipes-bsp/thermald/thermald_1.6.bb | |||
| @@ -9,7 +9,7 @@ HOMEPAGE = "https://github.com/01org/thermal_daemon" | |||
| 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 | DEPENDS_append_libc-musl = " argp-standalone" |
| 12 | 12 | DEPENDS_append_toolchain-clang = " openmp" | |
| 13 | LICENSE = "GPL-2.0" | 13 | LICENSE = "GPL-2.0" |
| 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=ea8831610e926e2e469075b52bf08848" | 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=ea8831610e926e2e469075b52bf08848" |
| 15 | 15 | ||
