]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
libxi: upgrade 1.8.1 -> 1.8.2
authorWang Mingyu <wangmy@fujitsu.com>
Wed, 25 Sep 2024 06:48:52 +0000 (14:48 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 Sep 2024 16:00:41 +0000 (17:00 +0100)
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 <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xorg-lib/libxi_1.8.2.bb [moved from meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb with 88% similarity]

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 00bd46ef13769b7e2a123641ddec0691b2406020..2a86f5fcf09410976979909f1b7c6c2a3a46a734 100644 (file)
@@ -18,6 +18,6 @@ PE = "1"
 XORG_PN = "libXi"
 XORG_EXT = "tar.xz"
 
-SRC_URI[sha256sum] = "89bfc0e814f288f784202e6e5f9b362b788ccecdeb078670145eacd8749656a7"
+SRC_URI[sha256sum] = "d0e0555e53d6e2114eabfa44226ba162d2708501a25e18d99cfb35c094c6c104"
 
 BBCLASSEXTEND = "native nativesdk"