From: Wang Mingyu Date: Mon, 9 Feb 2026 09:02:50 +0000 (+0800) Subject: libxinerama: upgrade 1.1.5 -> 1.1.6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea050910cbc07d0a41c424ca9c00390e4d4dd348;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libxinerama: upgrade 1.1.5 -> 1.1.6 License-Update: 2025 added to Copyright and "All rights reserved." removed. Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb b/meta/recipes-graphics/xorg-lib/libxinerama_1.1.6.bb similarity index 68% rename from meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb rename to meta/recipes-graphics/xorg-lib/libxinerama_1.1.6.bb index 421b64e68d0..10f683a6f37 100644 --- a/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb +++ b/meta/recipes-graphics/xorg-lib/libxinerama_1.1.6.bb @@ -7,14 +7,15 @@ Xinerama Extension for retrieving information about physical output \ devices which may be combined into a single logical X screen." LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=6f4f634d1643a2e638bba3fcd19c2536 \ - file://src/Xinerama.c;beginline=2;endline=25;md5=fcef273bfb66339256411dd06ea79c02" +LIC_FILES_CHKSUM = "file://COPYING;md5=68f2159f2eadc772815f13d9565b453d \ + file://src/Xinerama.c;beginline=2;endline=25;md5=fcef273bfb66339256411dd06ea79c02 \ + " DEPENDS += "libxext xorgproto" PROVIDES = "xinerama" PE = "1" XORG_PN = "libXinerama" -SRC_URI[sha256sum] = "5094d1f0fcc1828cb1696d0d39d9e866ae32520c54d01f618f1a3c1e30c2085c" +SRC_URI[sha256sum] = "d00fc1599c303dc5cbc122b8068bdc7405d6fcb19060f4597fc51bd3a8be51d7" BBCLASSEXTEND = "native nativesdk"