From 2ae3077fe7faede5dd1f3de6ee28075d0b2a5f2f Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 9 Mar 2023 15:02:30 +0000 Subject: 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 --- recipes-graphics/mesa/mesa_%.bbappend | 3 --- 1 file changed, 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 @@ -EXTRA_OEMASON:append:toolchain-clang:x86 = " -Dasm=false" -EXTRA_OEMASON:append:toolchain-clang:x86-64 = " -Dasm=false" - export YOCTO_ALTERNATE_EXE_PATH = "${STAGING_LIBDIR}/llvm-config" CLANG_GALLIUM_LLVM = "-Dllvm=true -Dshared-llvm=true -Ddraw-use-llvm=true,-Dllvm=false,clang clang-native elfutils" -- cgit v1.2.3-54-g00ecf