diff mbox series

[46/47] xrandr: upgrade 1.5.2 -> 1.5.3

Message ID 1731403483-21399-46-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [01/47] barebox-tools: upgrade 2024.09.0 -> 2024.10.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Nov. 12, 2024, 9:24 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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 <wangmy@fujitsu.com>
---
 .../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 mbox series

Patch

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 1e29031849..75656af9ea 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"