diff options
-rw-r--r-- | meta/recipes-devtools/llvm/llvm_git.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb index 67ed1eab00..2ec5c1e1c0 100644 --- a/meta/recipes-devtools/llvm/llvm_git.bb +++ b/meta/recipes-devtools/llvm/llvm_git.bb | |||
@@ -56,6 +56,10 @@ def get_llvm_arch(bb, d, arch_var): | |||
56 | def get_llvm_host_arch(bb, d): | 56 | def get_llvm_host_arch(bb, d): |
57 | return get_llvm_arch(bb, d, 'HOST_ARCH') | 57 | return get_llvm_arch(bb, d, 'HOST_ARCH') |
58 | 58 | ||
59 | PACKAGECONFIG ??= "" | ||
60 | # if optviewer OFF, force the modules to be not found or the ones on the host would be found | ||
61 | PACKAGECONFIG[optviewer] = ",-DPY_PYGMENTS_FOUND=OFF -DPY_PYGMENTS_LEXERS_C_CPP_FOUND=OFF -DPY_YAML_FOUND=OFF,python3-pygments python3-pyyaml,python3-pygments python3-pyyaml" | ||
62 | |||
59 | # | 63 | # |
60 | # Default to build all OE-Core supported target arches (user overridable). | 64 | # Default to build all OE-Core supported target arches (user overridable). |
61 | # | 65 | # |