diff options
author | Ross Burton <ross.burton@arm.com> | 2023-03-09 15:02:30 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-03-10 08:58:23 -0800 |
commit | 2ae3077fe7faede5dd1f3de6ee28075d0b2a5f2f (patch) | |
tree | 37fe303f2d371faa31925ac5efff34113358d8bf | |
parent | 9f63a6ec701377d628d9f5cb6eb8d96b25eae893 (diff) | |
download | meta-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>
-rw-r--r-- | recipes-graphics/mesa/mesa_%.bbappend | 3 |
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 @@ | |||
1 | EXTRA_OEMASON:append:toolchain-clang:x86 = " -Dasm=false" | ||
2 | EXTRA_OEMASON:append:toolchain-clang:x86-64 = " -Dasm=false" | ||
3 | |||
4 | export YOCTO_ALTERNATE_EXE_PATH = "${STAGING_LIBDIR}/llvm-config" | 1 | export YOCTO_ALTERNATE_EXE_PATH = "${STAGING_LIBDIR}/llvm-config" |
5 | 2 | ||
6 | CLANG_GALLIUM_LLVM = "-Dllvm=true -Dshared-llvm=true -Ddraw-use-llvm=true,-Dllvm=false,clang clang-native elfutils" | 3 | CLANG_GALLIUM_LLVM = "-Dllvm=true -Dshared-llvm=true -Ddraw-use-llvm=true,-Dllvm=false,clang clang-native elfutils" |