summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-04-28 21:57:33 -0700
committerKhem Raj <raj.khem@gmail.com>2020-04-29 08:55:04 -0700
commit0a80aefc523be3ebf2ba4f5e2611434438ee1ff6 (patch)
tree9307fdcf175e8607376b69b4ed9b39fec17d6d68
parent76bca8285e1f9def4e390334aafcd8da8c4b34c7 (diff)
downloadmeta-clang-0a80aefc523be3ebf2ba4f5e2611434438ee1ff6.tar.gz
openmp: Extend to native and nativesdk
Needed for rpm-native and friends Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes-devtools/clang/openmp_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/clang/openmp_git.bb b/recipes-devtools/clang/openmp_git.bb
index a4faeaa..d131ac6 100644
--- a/recipes-devtools/clang/openmp_git.bb
+++ b/recipes-devtools/clang/openmp_git.bb
@@ -37,3 +37,5 @@ COMPATIBLE_HOST_riscv32 = "null"
37COMPATIBLE_HOST_mips64 = "null" 37COMPATIBLE_HOST_mips64 = "null"
38 38
39RDEPENDS_${PN} = "libelf libffi" 39RDEPENDS_${PN} = "libelf libffi"
40
41BBCLASSEXTEND = "native nativesdk"