From 97c6c742e2f15f8c9e65c1b028ac6e88515413e5 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Tue, 21 Sep 2021 21:31:11 +0200 Subject: xf86-input-libinput: update to 1.2.0 (From OE-Core rev: d9f9016b56134e71ea911cc9a068f993bd5348e9) Signed-off-by: Oleksandr Kravchuk Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../recipes-graphics/xorg-driver/xf86-input-libinput_1.1.0.bb | 11 ----------- .../recipes-graphics/xorg-driver/xf86-input-libinput_1.2.0.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.1.0.bb create mode 100644 meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.2.0.bb diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.1.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.1.0.bb deleted file mode 100644 index 3b5af3fae9..0000000000 --- a/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.1.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] = "e11d2a41419124a6e9b148f1df181bf7819fc7398c8ee9a1b6390b0742c68d16" - -FILES:${PN} += "${datadir}/X11/xorg.conf.d" 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 new file mode 100644 index 0000000000..b0168df8d1 --- /dev/null +++ b/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.2.0.bb @@ -0,0 +1,11 @@ +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" -- cgit v1.2.3-54-g00ecf