diff options
author | Armin Kuster <akuster808@gmail.com> | 2018-05-18 19:13:50 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-29 11:25:07 +0100 |
commit | dcd7ce8c3c8b5e9f86886bab5fcc18aed209c26e (patch) | |
tree | 5847777c61bf77cb81b1ab19a462e32c55ddf9a8 | |
parent | 11aaf4d5861f903cbed8f09f867690b246106d1f (diff) | |
download | openembedded-core-dcd7ce8c3c8b5e9f86886bab5fcc18aed209c26e.tar.gz openembedded-core-dcd7ce8c3c8b5e9f86886bab5fcc18aed209c26e.tar.bz2 openembedded-core-dcd7ce8c3c8b5e9f86886bab5fcc18aed209c26e.zip |
xf86-input-libinput: upgrade 0.26.0 -> 0.27.1
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.27.1.bb (renamed from meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.26.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.26.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.27.1.bb index 54c33d790e..d31a91192e 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.26.0.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.27.1.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5e6b20ea2ef94a998145f0ea3f788ee0" DEPENDS += "libinput" -SRC_URI[md5sum] = "da47ef62eab1d0e922a8fa929ff81758" -SRC_URI[sha256sum] = "abca558fc2226f295691f1cf3412d4c0edeaa439f677ca25b5c9fab310d2387b" +SRC_URI[md5sum] = "bdad198a7a9f2ce2c1f90d5e6760462b" +SRC_URI[sha256sum] = "d4ad8dc5ad6f962a3f15f61ba9e9f8e37fa0b57eee9f484e2bd721d60ca72ee6" FILES_${PN} += "${datadir}/X11/xorg.conf.d" |