From: Wang Mingyu Date: Wed, 25 Sep 2024 06:48:52 +0000 (+0800) Subject: libxi: upgrade 1.8.1 -> 1.8.2 X-Git-Tag: uninative-4.7~1296 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ddb7c6de9f1ee7aa4e67d64ebc20ff8560507a5;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git libxi: upgrade 1.8.1 -> 1.8.2 Changelog: ============ - XGetFeedbackControl: skip over unknown feedback controls - wireTo*Event: check for malloc() failure - fixed wrong type in man page - Allow XIFreeDeviceInfo on a null pointer - gitlab CI: Update to latest CI templates - Fix double alignment on 32bits machines with strict constraints Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb b/meta/recipes-graphics/xorg-lib/libxi_1.8.2.bb similarity index 88% rename from meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb rename to meta/recipes-graphics/xorg-lib/libxi_1.8.2.bb index 00bd46ef137..2a86f5fcf09 100644 --- a/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb +++ b/meta/recipes-graphics/xorg-lib/libxi_1.8.2.bb @@ -18,6 +18,6 @@ PE = "1" XORG_PN = "libXi" XORG_EXT = "tar.xz" -SRC_URI[sha256sum] = "89bfc0e814f288f784202e6e5f9b362b788ccecdeb078670145eacd8749656a7" +SRC_URI[sha256sum] = "d0e0555e53d6e2114eabfa44226ba162d2708501a25e18d99cfb35c094c6c104" BBCLASSEXTEND = "native nativesdk"