From ec251cdc481d2e088ed817e651bacdf213fb9ded Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sat, 20 Oct 2018 19:08:04 +0100 Subject: xf86-input-libinput: update to 0.28.1 Signed-off-by: Armin Kuster --- .../xorg-driver/xf86-input-libinput_0.28.0.bb | 11 ----------- .../xorg-driver/xf86-input-libinput_0.28.1.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.28.0.bb create mode 100644 meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.28.1.bb (limited to 'meta/recipes-graphics') diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.28.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.28.0.bb deleted file mode 100644 index 5853b5b5c0..0000000000 --- a/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.28.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" -LIC_FILES_CHKSUM = "file://COPYING;md5=5e6b20ea2ef94a998145f0ea3f788ee0" - -DEPENDS += "libinput" - -SRC_URI[md5sum] = "2d7519ac0e39d4c88f3be32e81a637aa" -SRC_URI[sha256sum] = "21994d065fc26e85d1c3fc87d8479b9c22699ed5a0119df98fbe0000e84630a1" - -FILES_${PN} += "${datadir}/X11/xorg.conf.d" 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 new file mode 100644 index 0000000000..0b77546d6f --- /dev/null +++ b/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.28.1.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] = "9d2fb3d6b452d568a275908b856de0e2" +SRC_URI[sha256sum] = "9ada448e076c0078a84b48e5298fa8ce317565f9b342b74c20429214a707d98b" + +FILES_${PN} += "${datadir}/X11/xorg.conf.d" -- cgit 1.2.3-korg