From 6066ff75e0f7da0ea1d9b0f3e01d3b7b1ecce0b9 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 12 May 2023 11:03:42 +0100 Subject: mesa: remove bbappend This bbappend is now just: YOCTO_ALTERNATE_EXE_PATH:toolchain-clang = "${STAGING_LIBDIR}/llvm-config" YOCTO_ALTERNATE_EXE_PATH:toolchain-clang = "1" This results in YOCTO_ALTERNATE_EXE_PATH being "1". The second line is clearly a typo, so if we remove this then it changes the path from STAGING_BINDIR (as set in clang.bbclass) to STAGING_LIBDIR. If this is the correct change to make then it should be done in clang.bbclass instead. Also, the only place that YOCTO_ALTERNATE_EXE_PATH is respected is as an environment variable, and this is never exported. It is likely that the second line was meant to end [export] = "1". This parameter appears to be no longer needed, so remove the append. Signed-off-by: Ross Burton --- recipes-graphics/mesa/mesa_%.bbappend | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 recipes-graphics/mesa/mesa_%.bbappend diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend deleted file mode 100644 index 78cff81..0000000 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ /dev/null @@ -1,2 +0,0 @@ -YOCTO_ALTERNATE_EXE_PATH:toolchain-clang = "${STAGING_LIBDIR}/llvm-config" -YOCTO_ALTERNATE_EXE_PATH:toolchain-clang = "1" -- cgit v1.2.3-54-g00ecf