From bacd5aa9cfa26c304ac2c86e5c7f7431909cf046 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 12 Nov 2024 17:24:42 +0800 Subject: [PATCH] xrandr: upgrade 1.5.2 -> 1.5.3 Changelog: ========== - set_gamma_info: remove unnecessary round-trip to server - xrandr: Print/consume the CTM prop in human readable form - Reworked transform fix Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- .../xorg-app/{xrandr_1.5.2.bb => xrandr_1.5.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xorg-app/{xrandr_1.5.2.bb => xrandr_1.5.3.bb} (83%) diff --git a/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb b/meta/recipes-graphics/xorg-app/xrandr_1.5.3.bb similarity index 83% rename from meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb rename to meta/recipes-graphics/xorg-app/xrandr_1.5.3.bb index 1e290318492..75656af9ea7 100644 --- a/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb +++ b/meta/recipes-graphics/xorg-app/xrandr_1.5.3.bb @@ -12,6 +12,6 @@ DEPENDS += "libxrandr libxrender" PE = "1" SRC_URI_EXT = "xz" -SRC_URI[sha256sum] = "c8bee4790d9058bacc4b6246456c58021db58a87ddda1a9d0139bf5f18f1f240" +SRC_URI[sha256sum] = "f8dd7566adb74147fab9964680b6bbadee87cf406a7fcff51718a5e6949b841c" BBCLASSEXTEND = "native nativesdk" -- 2.47.3