diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/llvm/llvm_18.1.8.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/llvm/llvm_18.1.8.bb b/meta/recipes-devtools/llvm/llvm_18.1.8.bb index a700a1b2b1..bf8d869662 100644 --- a/meta/recipes-devtools/llvm/llvm_18.1.8.bb +++ b/meta/recipes-devtools/llvm/llvm_18.1.8.bb | |||
@@ -54,7 +54,6 @@ def get_llvm_host_arch(bb, d): | |||
54 | return get_llvm_arch(bb, d, 'HOST_ARCH') | 54 | return get_llvm_arch(bb, d, 'HOST_ARCH') |
55 | 55 | ||
56 | PACKAGECONFIG ??= "libllvm" | 56 | PACKAGECONFIG ??= "libllvm" |
57 | PACKAGECONFIG:class-native = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'libllvm', '', d)}" | ||
58 | # if optviewer OFF, force the modules to be not found or the ones on the host would be found | 57 | # if optviewer OFF, force the modules to be not found or the ones on the host would be found |
59 | 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" | 58 | 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" |
60 | PACKAGECONFIG[libllvm] = "" | 59 | PACKAGECONFIG[libllvm] = "" |