From af5d5cb4e00e303bda5b36290554f6d30187dea4 Mon Sep 17 00:00:00 2001 From: Sudip Mukherjee Date: Wed, 17 May 2023 21:43:25 +0100 Subject: 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 Signed-off-by: Alexandre Belloni (cherry picked from commit 278f73b2bc06f25fd66322e38c06ef5ebf894f98) Signed-off-by: Steve Sakoman --- meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb | 23 +++++++++++++++++++++++ meta/recipes-graphics/xorg-lib/libxi_1.8.bb | 23 ----------------------- 2 files changed, 23 insertions(+), 23 deletions(-) create mode 100644 meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb delete mode 100644 meta/recipes-graphics/xorg-lib/libxi_1.8.bb diff --git a/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb b/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb new file mode 100644 index 0000000000..00bd46ef13 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb @@ -0,0 +1,23 @@ +require xorg-lib-common.inc + +SUMMARY = "XI: X Input extension library" + +DESCRIPTION = "libxi is an extension to the X11 protocol to support \ +input devices other than the core X keyboard and pointer. It allows \ +client programs to select input from these devices independently from \ +each other and independently from the core devices." + +LICENSE = "MIT & MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=17b064789fab936a1c58c4e13d965b0f \ + file://src/XIGetDevFocus.c;endline=23;md5=cdfb0d435a33ec57ea0d1e8e395b729f" + +DEPENDS += "libxext xorgproto libxfixes" + +PE = "1" + +XORG_PN = "libXi" +XORG_EXT = "tar.xz" + +SRC_URI[sha256sum] = "89bfc0e814f288f784202e6e5f9b362b788ccecdeb078670145eacd8749656a7" + +BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-graphics/xorg-lib/libxi_1.8.bb b/meta/recipes-graphics/xorg-lib/libxi_1.8.bb deleted file mode 100644 index a6cf9b3002..0000000000 --- a/meta/recipes-graphics/xorg-lib/libxi_1.8.bb +++ /dev/null @@ -1,23 +0,0 @@ -require xorg-lib-common.inc - -SUMMARY = "XI: X Input extension library" - -DESCRIPTION = "libxi is an extension to the X11 protocol to support \ -input devices other than the core X keyboard and pointer. It allows \ -client programs to select input from these devices independently from \ -each other and independently from the core devices." - -LICENSE = "MIT & MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=17b064789fab936a1c58c4e13d965b0f \ - file://src/XIGetDevFocus.c;endline=23;md5=cdfb0d435a33ec57ea0d1e8e395b729f" - -DEPENDS += "libxext xorgproto libxfixes" - -PE = "1" - -XORG_PN = "libXi" -XORG_EXT = "tar.bz2" - -SRC_URI[sha256sum] = "2ed181446a61c7337576467870bc5336fc9e222a281122d96c4d39a3298bba00" - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf