summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>2023-05-17 21:43:25 +0100
committerSteve Sakoman <steve@sakoman.com>2023-06-14 04:14:25 -1000
commitaf5d5cb4e00e303bda5b36290554f6d30187dea4 (patch)
treefee3fa1775ba5f015425f805bf0d424d3932e811
parent0cf1b9fefafb705cba8a3befef9f9be70e005bee (diff)
downloadpoky-af5d5cb4e00e303bda5b36290554f6d30187dea4.tar.gz
libxi: upgrade to v1.8.1
Changes: Use xz: upstream has not released bz2. Update sha256sum for new version. Details at: https://gitlab.freedesktop.org/xorg/lib/libxi/-/commits/libXi-1.8.1 (From OE-Core rev: fbe7b8b6d51201273de2f164c403778630e7bae8) Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 278f73b2bc06f25fd66322e38c06ef5ebf894f98) Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb (renamed from meta/recipes-graphics/xorg-lib/libxi_1.8.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxi_1.8.bb b/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb
index a6cf9b3002..00bd46ef13 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"
16PE = "1" 16PE = "1"
17 17
18XORG_PN = "libXi" 18XORG_PN = "libXi"
19XORG_EXT = "tar.bz2" 19XORG_EXT = "tar.xz"
20 20
21SRC_URI[sha256sum] = "2ed181446a61c7337576467870bc5336fc9e222a281122d96c4d39a3298bba00" 21SRC_URI[sha256sum] = "89bfc0e814f288f784202e6e5f9b362b788ccecdeb078670145eacd8749656a7"
22 22
23BBCLASSEXTEND = "native nativesdk" 23BBCLASSEXTEND = "native nativesdk"