summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/llvm/llvm_18.1.8.bb1
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
56PACKAGECONFIG ??= "libllvm" 56PACKAGECONFIG ??= "libllvm"
57PACKAGECONFIG: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
59PACKAGECONFIG[optviewer] = ",-DPY_PYGMENTS_FOUND=OFF -DPY_PYGMENTS_LEXERS_C_CPP_FOUND=OFF -DPY_YAML_FOUND=OFF,python3-pygments python3-pyyaml,python3-pygments python3-pyyaml" 58PACKAGECONFIG[optviewer] = ",-DPY_PYGMENTS_FOUND=OFF -DPY_PYGMENTS_LEXERS_C_CPP_FOUND=OFF -DPY_YAML_FOUND=OFF,python3-pygments python3-pyyaml,python3-pygments python3-pyyaml"
60PACKAGECONFIG[libllvm] = "" 59PACKAGECONFIG[libllvm] = ""