diff mbox series

libinput: upgrade 1.14.0 -> 1.14.1

Message ID 20190918110134.18149-1-ross.burton@intel.com
State Accepted
Commit 58aa346673428132dacbc4cd060106b23c8edd71
Headers show
Series libinput: upgrade 1.14.0 -> 1.14.1 | expand

Commit Message

Ross Burton Sept. 18, 2019, 11:01 a.m. UTC
Signed-off-by: Ross Burton <ross.burton@intel.com>

---
 .../wayland/{libinput_1.14.0.bb => libinput_1.14.1.bb}   | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/wayland/{libinput_1.14.0.bb => libinput_1.14.1.bb} (73%)

-- 
2.20.1

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
diff mbox series

Patch

diff --git a/meta/recipes-graphics/wayland/libinput_1.14.0.bb b/meta/recipes-graphics/wayland/libinput_1.14.1.bb
similarity index 73%
rename from meta/recipes-graphics/wayland/libinput_1.14.0.bb
rename to meta/recipes-graphics/wayland/libinput_1.14.1.bb
index d236f3fa087..38bc8d2c338 100644
--- a/meta/recipes-graphics/wayland/libinput_1.14.0.bb
+++ b/meta/recipes-graphics/wayland/libinput_1.14.1.bb
@@ -8,8 +8,8 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=1f2ea9ebff3a2c6d458faf58492efb63"
 DEPENDS = "libevdev udev mtdev"
 
 SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BP}.tar.xz"
-SRC_URI[md5sum] = "1c33d49fc7985926eab877e3de9c17eb"
-SRC_URI[sha256sum] = "7cb85c24f8920b81bc5360220107e267ab4e0e718704c7690a8c7b03fa14fc67"
+SRC_URI[md5sum] = "da29a704dc6f7ea2d5aac754db046340"
+SRC_URI[sha256sum] = "e333a3242835c019ca37d2cef8b51a87d3138eb47444119c0153dc7a8656ee70"
 
 UPSTREAM_CHECK_REGEX = "libinput-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"
 
@@ -21,7 +21,10 @@  PACKAGECONFIG[gui] = "-Ddebug-gui=true,-Ddebug-gui=false,cairo gtk+3"
 
 UDEVDIR = "`pkg-config --variable=udevdir udev`"
 
-EXTRA_OEMESON += "-Dudev-dir=${UDEVDIR} -Ddocumentation=false -Dtests=false"
+EXTRA_OEMESON += "-Dudev-dir=${UDEVDIR} \
+                  -Ddocumentation=false \
+                  -Dtests=false \
+                  -Dzshcompletiondir=no"
 
 # package name changed in 1.8.1 upgrade: make sure package upgrades work
 RPROVIDES_${PN} = "libinput"