From 963412f1df94653aad7a599e0f0e32a26116eee1 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 25 Sep 2024 14:48:52 +0800 Subject: [PATCH] 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 (From OE-Core rev: 6ddb7c6de9f1ee7aa4e67d64ebc20ff8560507a5) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- .../xorg-lib/{libxi_1.8.1.bb => libxi_1.8.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xorg-lib/{libxi_1.8.1.bb => libxi_1.8.2.bb} (88%) 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 00bd46ef13..2a86f5fcf0 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"