From 611352d5474e4bde0e7bc9989c69a776f3920146 Mon Sep 17 00:00:00 2001 From: wangmy Date: Tue, 29 Jun 2021 23:04:53 +0800 Subject: xf86-input-libinput: upgrade 1.0.1 -> 1.1.0 (From OE-Core rev: 80f8db775ba9583b5799147377b053e7f6fe44e9) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../recipes-graphics/xorg-driver/xf86-input-libinput_1.0.1.bb | 11 ----------- .../recipes-graphics/xorg-driver/xf86-input-libinput_1.1.0.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.0.1.bb create mode 100644 meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.1.0.bb (limited to 'meta/recipes-graphics/xorg-driver') diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.0.1.bb b/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.0.1.bb deleted file mode 100644 index 1777492ed9..0000000000 --- a/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.0.1.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] = "fddec49c115591918475155bf16aaf23017d7f814cee7823a0c11f867aca245b" - -FILES_${PN} += "${datadir}/X11/xorg.conf.d" 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 new file mode 100644 index 0000000000..5688eb4767 --- /dev/null +++ b/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.1.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] = "e11d2a41419124a6e9b148f1df181bf7819fc7398c8ee9a1b6390b0742c68d16" + +FILES_${PN} += "${datadir}/X11/xorg.conf.d" -- cgit v1.2.3-54-g00ecf