From 3a5e936b279994c6ce04660f34d5804783dd0ef1 Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Thu, 1 Jun 2017 13:36:52 +0300 Subject: xf86-input-libinput: Upgrade 0.24.0 -> 0.25.1 Small releases with just a few fixes. (From OE-Core rev: 97b5c76734f8d8dfa3ec4faddb6d7d50b0375b92) Signed-off-by: Jussi Kukkonen Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- .../xorg-driver/xf86-input-libinput_0.24.0.bb | 11 ----------- .../xorg-driver/xf86-input-libinput_0.25.1.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.24.0.bb create mode 100644 meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.25.1.bb (limited to 'meta/recipes-graphics') diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.24.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.24.0.bb deleted file mode 100644 index 14b1271b4f..0000000000 --- a/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.24.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] = "bd3fa118e4abadb8804dc6a099bb4ab3" -SRC_URI[sha256sum] = "ddcb07350aed59b2996a92a1b4ff64d1c0b0c86a3f0ddca15b2b1c8c8bb13628" - -FILES_${PN} += "${datadir}/X11/xorg.conf.d" diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.25.1.bb b/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.25.1.bb new file mode 100644 index 0000000000..7b3ea16c90 --- /dev/null +++ b/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.25.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] = "14003139614b25cc76c9a4cad059df89" +SRC_URI[sha256sum] = "489f7d591c9ef08463d4966e61f7c6ea433f5fcbb9f5370fb621da639a84c7e0" + +FILES_${PN} += "${datadir}/X11/xorg.conf.d" -- cgit v1.2.3-54-g00ecf