From: Sudip Mukherjee Date: Wed, 17 May 2023 20:43:25 +0000 (+0100) Subject: libxi: upgrade to v1.8.1 X-Git-Tag: uninative-3.10~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=278f73b2bc06f25fd66322e38c06ef5ebf894f98;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git libxi: upgrade to v1.8.1 Changes: Use xz: upstream has not released bz2. Update sha256sum for new version. Signed-off-by: Sudip Mukherjee Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-graphics/xorg-lib/libxi_1.8.bb b/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb similarity index 85% rename from meta/recipes-graphics/xorg-lib/libxi_1.8.bb rename to meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb index a6cf9b3002c..00bd46ef137 100644 --- a/meta/recipes-graphics/xorg-lib/libxi_1.8.bb +++ b/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb @@ -16,8 +16,8 @@ DEPENDS += "libxext xorgproto libxfixes" PE = "1" XORG_PN = "libXi" -XORG_EXT = "tar.bz2" +XORG_EXT = "tar.xz" -SRC_URI[sha256sum] = "2ed181446a61c7337576467870bc5336fc9e222a281122d96c4d39a3298bba00" +SRC_URI[sha256sum] = "89bfc0e814f288f784202e6e5f9b362b788ccecdeb078670145eacd8749656a7" BBCLASSEXTEND = "native nativesdk"