From 3427029851cd2654b1359ccbe7f111ff76655a81 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 28 Oct 2020 15:35:55 -0700 Subject: mesa: Depend on elfutils regardless of llvm check Signed-off-by: Khem Raj --- recipes-graphics/mesa/mesa_%.bbappend | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index ce9c2fa..ddf5305 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend @@ -6,5 +6,4 @@ EXTRA_OEMASON_append_toolchain-clang_x86-64 = " -Dasm=false" export YOCTO_ALTERNATE_EXE_PATH = "${STAGING_LIBDIR}/llvm-config" -PACKAGECONFIG[gallium-llvm] = "-Dllvm=true -Dshared-llvm=true, -Dllvm=false, clang clang-native \ -${@'elfutils' if ${GALLIUMDRIVERS_LLVM33_ENABLED} else ''}" +PACKAGECONFIG[gallium-llvm] = "-Dllvm=true -Dshared-llvm=true, -Dllvm=false, clang clang-native elfutils" -- cgit v1.2.3-54-g00ecf