From 02111d6f7a01a2fd5d98e3f350605608c49f4704 Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Tue, 14 Dec 2021 11:28:47 +0100 Subject: [PATCH] weston: make our .bbappend version-specific Otherwise, the .bbappend applies to all existing weston recipes, and since our patch is only available in our layer, bitbake will print warnings about the patch not being found for those other recipes. This is harmless, since DEY always uses NXP's version of weston, but it can be confusing, so avoid the warnings altogether. Signed-off-by: Gabriel Valcazar (cherry picked from commit d4464a8211bff6b315a8ed5d094b8c25099f4130) --- .../wayland/{weston_%.bbappend => weston_9.0.0.imx.bbappend} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta-digi-dey/recipes-graphics/wayland/{weston_%.bbappend => weston_9.0.0.imx.bbappend} (100%) diff --git a/meta-digi-dey/recipes-graphics/wayland/weston_%.bbappend b/meta-digi-dey/recipes-graphics/wayland/weston_9.0.0.imx.bbappend similarity index 100% rename from meta-digi-dey/recipes-graphics/wayland/weston_%.bbappend rename to meta-digi-dey/recipes-graphics/wayland/weston_9.0.0.imx.bbappend