summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-07-25 10:24:35 -0700
committerSaul Wold <sgw@linux.intel.com>2017-07-27 10:01:47 -0700
commit97ec73f5bac837ab07c348349611c759330125fa (patch)
treee8c91fed439b9a0ad57f481b7d2fd673798a67b1 /common
parent3b8d46f617277946391cc2ce62c953a4c5c9fc16 (diff)
downloadmeta-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>
Diffstat (limited to 'common')
-rw-r--r--common/recipes-bsp/thermald/thermald_1.6.bb2
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"
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" 11DEPENDS_append_libc-musl = " argp-standalone"
12 12DEPENDS_append_toolchain-clang = " openmp"
13LICENSE = "GPL-2.0" 13LICENSE = "GPL-2.0"
14LIC_FILES_CHKSUM = "file://COPYING;md5=ea8831610e926e2e469075b52bf08848" 14LIC_FILES_CHKSUM = "file://COPYING;md5=ea8831610e926e2e469075b52bf08848"
15 15