From 7c85289315994132a70b8683da7aa329ebf81c06 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 2 Feb 2022 19:27:38 +0100 Subject: xf86-input-libinput: update 1.2.0 -> 1.2.1 (From OE-Core rev: dd5e14fc643edd97ad99675b160aa9de96c1e734) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- .../xorg-driver/xf86-input-libinput_1.2.0.bb | 11 ----------- .../xorg-driver/xf86-input-libinput_1.2.1.bb | 12 ++++++++++++ meta/recipes-graphics/xorg-driver/xorg-driver-common.inc | 3 ++- 3 files changed, 14 insertions(+), 12 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.2.0.bb create mode 100644 meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.2.1.bb diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.2.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.2.0.bb deleted file mode 100644 index b0168df8d1..0000000000 --- a/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.2.0.bb +++ /dev/null @@ -1,11 +0,0 @@ -require xorg-driver-input.inc - -SUMMARY = "Generic input driver for the X.Org server based on libinput" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=a22925127bd3c827c384cedd23ed2309" - -DEPENDS += "libinput" - -SRC_URI[sha256sum] = "f80da3c514fe1cbf57fa1b1bd6ff97f6b0a1f87466ad89247bac59cd0a5869f6" - -FILES:${PN} += "${datadir}/X11/xorg.conf.d" diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.2.1.bb b/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.2.1.bb new file mode 100644 index 0000000000..e1c47aa5e7 --- /dev/null +++ b/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.2.1.bb @@ -0,0 +1,12 @@ +require xorg-driver-input.inc + +SUMMARY = "Generic input driver for the X.Org server based on libinput" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=a22925127bd3c827c384cedd23ed2309" + +DEPENDS += "libinput" + +XORG_DRIVER_COMPRESSOR = ".tar.xz" +SRC_URI[sha256sum] = "8151db5b9ddb317c0ce92dcb62da9a8db5079e5b8a95b60abc854da21e7e971b" + +FILES:${PN} += "${datadir}/X11/xorg.conf.d" diff --git a/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc b/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc index 65c5e3c48a..0b1df44fe0 100644 --- a/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc +++ b/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc @@ -8,7 +8,8 @@ PE = "2" DEPENDS = "virtual/xserver xorgproto util-macros" -SRC_URI = "${XORG_MIRROR}/individual/driver/${BPN}-${PV}.tar.bz2" +XORG_DRIVER_COMPRESSOR ?= ".tar.bz2" +SRC_URI = "${XORG_MIRROR}/individual/driver/${BPN}-${PV}${XORG_DRIVER_COMPRESSOR}" FILES:${PN} += " ${libdir}/xorg/modules/drivers/*.so" -- cgit v1.2.3-54-g00ecf