summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-01-21 08:37:45 -0800
committerKhem Raj <raj.khem@gmail.com>2019-01-24 00:37:02 -0500
commitf1a8c247f2fb3de696ce125b9d26fe68a53e8357 (patch)
treef604183af71517dbf19bc86233ce62fb815566de
parentfb362d85819bb0f2be6fa5eea7594270c4ced483 (diff)
downloadmeta-clang-f1a8c247f2fb3de696ce125b9d26fe68a53e8357.tar.gz
openmp: Do not remove deps on compiler-rt and libcxx
This builds ok with them now Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes-devtools/clang/openmp_git.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-devtools/clang/openmp_git.bb b/recipes-devtools/clang/openmp_git.bb
index 7ffe442..7ce1c1c 100644
--- a/recipes-devtools/clang/openmp_git.bb
+++ b/recipes-devtools/clang/openmp_git.bb
@@ -18,9 +18,6 @@ TOOLCHAIN = "clang"
18 18
19LIC_FILES_CHKSUM = "file://openmp/LICENSE.txt;md5=b1dcbf2c86cbf9bdc0b7cea88a543010" 19LIC_FILES_CHKSUM = "file://openmp/LICENSE.txt;md5=b1dcbf2c86cbf9bdc0b7cea88a543010"
20 20
21BASEDEPENDS_remove_toolchain-clang_class-target = "compiler-rt"
22BASEDEPENDS_remove_toolchain-clang_class-target = "libcxx"
23
24inherit cmake pkgconfig perlnative 21inherit cmake pkgconfig perlnative
25 22
26EXTRA_OECMAKE = "-G Ninja ${S}/openmp" 23EXTRA_OECMAKE = "-G Ninja ${S}/openmp"