summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-03-09 15:02:30 +0000
committerKhem Raj <raj.khem@gmail.com>2023-03-10 08:58:23 -0800
commit2ae3077fe7faede5dd1f3de6ee28075d0b2a5f2f (patch)
tree37fe303f2d371faa31925ac5efff34113358d8bf /recipes-graphics
parent9f63a6ec701377d628d9f5cb6eb8d96b25eae893 (diff)
downloadmeta-clang-2ae3077fe7faede5dd1f3de6ee28075d0b2a5f2f.tar.gz
mesa: remove -Dasm=false
When the bbappend was moved to Meson in 2019[1] the EXTRA_OEMESON variable was misspelt as EXTRA_OEMASON. As this assignment hasn't been needed since 2019, we can remove it. [1] 66f826b89d9e290f8a82c15dea251f41c2580fc3 Signed-off-by: Ross Burton <ross.burton@arm.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/mesa/mesa_%.bbappend3
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend
index 89fee2e..504a81d 100644
--- a/recipes-graphics/mesa/mesa_%.bbappend
+++ b/recipes-graphics/mesa/mesa_%.bbappend
@@ -1,6 +1,3 @@
1EXTRA_OEMASON:append:toolchain-clang:x86 = " -Dasm=false"
2EXTRA_OEMASON:append:toolchain-clang:x86-64 = " -Dasm=false"
3
4export YOCTO_ALTERNATE_EXE_PATH = "${STAGING_LIBDIR}/llvm-config" 1export YOCTO_ALTERNATE_EXE_PATH = "${STAGING_LIBDIR}/llvm-config"
5 2
6CLANG_GALLIUM_LLVM = "-Dllvm=true -Dshared-llvm=true -Ddraw-use-llvm=true,-Dllvm=false,clang clang-native elfutils" 3CLANG_GALLIUM_LLVM = "-Dllvm=true -Dshared-llvm=true -Ddraw-use-llvm=true,-Dllvm=false,clang clang-native elfutils"