summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/openmp_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-07-29 23:04:31 -0700
committerKhem Raj <raj.khem@gmail.com>2019-08-12 22:00:22 -0700
commit610a8e1a2ce02b77f905bac261e80b023450b573 (patch)
tree3618fab7398e489267dfee8dd1dc485ba1d1d948 /recipes-devtools/clang/openmp_git.bb
parentc969fa61147845efdc6d3a47c782e2a71de745f9 (diff)
downloadmeta-clang-610a8e1a2ce02b77f905bac261e80b023450b573.tar.gz
clang: Upgrade to 9.x-rcX
dont package six.py, its provided by python3-six package default to lp64d ABI and rv64gc ISA. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/clang/openmp_git.bb')
-rw-r--r--recipes-devtools/clang/openmp_git.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-devtools/clang/openmp_git.bb b/recipes-devtools/clang/openmp_git.bb
index f219a0a..e051631 100644
--- a/recipes-devtools/clang/openmp_git.bb
+++ b/recipes-devtools/clang/openmp_git.bb
@@ -3,8 +3,7 @@
3 3
4DESCRIPTION = "LLVM based C/C++ compiler Runtime" 4DESCRIPTION = "LLVM based C/C++ compiler Runtime"
5HOMEPAGE = "http://openmp.llvm.org/" 5HOMEPAGE = "http://openmp.llvm.org/"
6LICENSE = "MIT | NCSA" 6SECTION = "libs"
7SECTION = "base"
8 7
9require clang.inc 8require clang.inc
10require common-source.inc 9require common-source.inc
@@ -16,7 +15,7 @@ RPROVIDES_${PN}-dev += "libgomp-dev"
16 15
17TOOLCHAIN = "clang" 16TOOLCHAIN = "clang"
18 17
19LIC_FILES_CHKSUM = "file://openmp/LICENSE.txt;md5=b1dcbf2c86cbf9bdc0b7cea88a543010" 18LIC_FILES_CHKSUM = "file://openmp/LICENSE.txt;md5=d75288d1ce0450b28b8d58a284c09c79"
20 19
21inherit cmake pkgconfig perlnative 20inherit cmake pkgconfig perlnative
22 21