From b4317d0eadf90bda4c2898c98737a23a08c6df2c Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 17 Jul 2018 17:39:09 +0100 Subject: xf86-input-libinput: upgrade 0.27.1 -> 0.28.0 (From OE-Core rev: afa7aa4c8742c8573d59e80625bd736e5ab56906) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- .../xorg-driver/xf86-input-libinput_0.27.1.bb | 11 ----------- .../xorg-driver/xf86-input-libinput_0.28.0.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.27.1.bb create mode 100644 meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.28.0.bb (limited to 'meta') diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.27.1.bb b/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.27.1.bb deleted file mode 100644 index d31a91192e..0000000000 --- a/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.27.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] = "bdad198a7a9f2ce2c1f90d5e6760462b" -SRC_URI[sha256sum] = "d4ad8dc5ad6f962a3f15f61ba9e9f8e37fa0b57eee9f484e2bd721d60ca72ee6" - -FILES_${PN} += "${datadir}/X11/xorg.conf.d" 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 new file mode 100644 index 0000000000..5853b5b5c0 --- /dev/null +++ b/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.28.0.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] = "2d7519ac0e39d4c88f3be32e81a637aa" +SRC_URI[sha256sum] = "21994d065fc26e85d1c3fc87d8479b9c22699ed5a0119df98fbe0000e84630a1" + +FILES_${PN} += "${datadir}/X11/xorg.conf.d" -- cgit v1.2.3-54-g00ecf