From 97ec73f5bac837ab07c348349611c759330125fa Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 25 Jul 2017 10:24:35 -0700 Subject: thermald: Add openmp to dependencies when building with clang Signed-off-by: Khem Raj Signed-off-by: Saul Wold --- common/recipes-bsp/thermald/thermald_1.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') 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" 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" - +DEPENDS_append_toolchain-clang = " openmp" LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://COPYING;md5=ea8831610e926e2e469075b52bf08848" -- cgit v1.2.3-54-g00ecf