From aea3f99f9722ac81f8a05165b56e3780a93381d9 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 25 May 2023 14:58:04 +0800 Subject: [PATCH] setxkbmap: upgrade 1.3.3 -> 1.3.4 Changelog: ============ Check for the XWAYLAND extension Fix "Xwayland" spelling Route the Xwayland warning through stderr Be more careful about querying randr gitlab CI: stop requiring Signed-off-by in commits Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../xorg-app/{setxkbmap_1.3.3.bb => setxkbmap_1.3.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/xorg-app/{setxkbmap_1.3.3.bb => setxkbmap_1.3.4.bb} (86%) diff --git a/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.3.bb b/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.4.bb similarity index 86% rename from meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.3.bb rename to meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.4.bb index 18fa63ead6..9c522d6ae1 100644 --- a/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.3.bb +++ b/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.4.bb @@ -16,4 +16,4 @@ DEPENDS += "libxkbfile xrandr" BBCLASSEXTEND = "native" SRC_URI_EXT = "xz" -SRC_URI[sha256sum] = "b560c678da6930a0da267304fa3a41cc5df39a96a5e23d06f14984c87b6f587b" +SRC_URI[sha256sum] = "be8d8554d40e981d1b93b5ff82497c9ad2259f59f675b38f1b5e84624c07fade"