From 88c151fc639cc0d18bda36c1c7a93a6b56fb7155 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 23 Aug 2024 13:34:31 +0200 Subject: [PATCH] mesa: rename bbappend to match new recipe name from oe-core Otherwise it will fail to parse. Renamed in: https://git.openembedded.org/openembedded-core/commit/?id=f5cfb3e23603cefb2f3f6bfe776afaedefd10808 Signed-off-by: Martin Jansa --- recipes-graphics/mesa/{mesa-gl_%.bbappend => mesa-gl.bbappend} | 0 recipes-graphics/mesa/{mesa_%.bbappend => mesa.bbappend} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename recipes-graphics/mesa/{mesa-gl_%.bbappend => mesa-gl.bbappend} (100%) rename recipes-graphics/mesa/{mesa_%.bbappend => mesa.bbappend} (100%) diff --git a/recipes-graphics/mesa/mesa-gl_%.bbappend b/recipes-graphics/mesa/mesa-gl.bbappend similarity index 100% rename from recipes-graphics/mesa/mesa-gl_%.bbappend rename to recipes-graphics/mesa/mesa-gl.bbappend diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa.bbappend similarity index 100% rename from recipes-graphics/mesa/mesa_%.bbappend rename to recipes-graphics/mesa/mesa.bbappend