diff options
| author | Ross Burton <ross.burton@intel.com> | 2016-05-24 16:57:12 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2016-05-27 22:51:09 -0700 |
| commit | 408179d7d2efd87c01bedf32ccd67e2ce4389879 (patch) | |
| tree | 0ce2b63d0316e24faf74feb906c55f87845649c2 | |
| parent | ed0cc9804381763e6c0baebcb2a5793645531a83 (diff) | |
| download | meta-clang-408179d7d2efd87c01bedf32ccd67e2ce4389879.tar.gz | |
clang: don't depend on native perl or python
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | recipes-devtools/clang/clang_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-devtools/clang/clang_git.bb b/recipes-devtools/clang/clang_git.bb index 9eecebe..2a6aa58 100644 --- a/recipes-devtools/clang/clang_git.bb +++ b/recipes-devtools/clang/clang_git.bb | |||
| @@ -32,7 +32,9 @@ INHIBIT_DEFAULT_DEPS = "1" | |||
| 32 | 32 | ||
| 33 | S = "${WORKDIR}/git" | 33 | S = "${WORKDIR}/git" |
| 34 | 34 | ||
| 35 | inherit perlnative pythonnative cmake | 35 | inherit cmake |
| 36 | |||
| 37 | OECMAKE_FIND_ROOT_PATH_MODE_PROGRAM = "BOTH" | ||
| 36 | 38 | ||
| 37 | def get_clang_target_arch(bb, d): | 39 | def get_clang_target_arch(bb, d): |
| 38 | target_arch = d.getVar('TRANSLATED_TARGET_ARCH', True) | 40 | target_arch = d.getVar('TRANSLATED_TARGET_ARCH', True) |
