From c90e9b95325d2d2645752776fcc7d7f78d6afc88 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 18 Feb 2019 02:28:30 -0800 Subject: xf86-input-libinput: upgrade 0.28.1 -> 0.28.2 Signed-off-by: Richard Purdie --- .../xorg-driver/xf86-input-libinput_0.28.1.bb | 11 ----------- .../xorg-driver/xf86-input-libinput_0.28.2.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.28.1.bb create mode 100644 meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.28.2.bb (limited to 'meta') diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.28.1.bb b/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.28.1.bb deleted file mode 100644 index 0b77546d6f..0000000000 --- a/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.28.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" -LIC_FILES_CHKSUM = "file://COPYING;md5=5e6b20ea2ef94a998145f0ea3f788ee0" - -DEPENDS += "libinput" - -SRC_URI[md5sum] = "9d2fb3d6b452d568a275908b856de0e2" -SRC_URI[sha256sum] = "9ada448e076c0078a84b48e5298fa8ce317565f9b342b74c20429214a707d98b" - -FILES_${PN} += "${datadir}/X11/xorg.conf.d" diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.28.2.bb b/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.28.2.bb new file mode 100644 index 0000000000..19123e06c9 --- /dev/null +++ b/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.28.2.bb @@ -0,0 +1,11 @@ +require xorg-driver-input.inc + +SUMMARY = "Generic input driver for the X.Org server based on libinput" +LIC_FILES_CHKSUM = "file://COPYING;md5=5e6b20ea2ef94a998145f0ea3f788ee0" + +DEPENDS += "libinput" + +SRC_URI[md5sum] = "b7548bc1d7e82d189205794ff86307af" +SRC_URI[sha256sum] = "b8b346962c6b62b8069928c29c0db83b6f544863bf2fc6830f324de841de2820" + +FILES_${PN} += "${datadir}/X11/xorg.conf.d" -- cgit 1.2.3-korg