diff options
author | Ross Burton <ross.burton@intel.com> | 2019-09-18 12:01:34 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-19 10:54:26 +0100 |
commit | 58aa346673428132dacbc4cd060106b23c8edd71 (patch) | |
tree | b9cd7585b0beef784d514d7d102397cf6a8c1b72 | |
parent | 7adf9707c04d8ef6bcd8d8bda555687f705e6ee6 (diff) | |
download | openembedded-core-58aa346673428132dacbc4cd060106b23c8edd71.tar.gz |
libinput: upgrade 1.14.0 -> 1.14.1
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/wayland/libinput_1.14.1.bb (renamed from meta/recipes-graphics/wayland/libinput_1.14.0.bb) | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/meta/recipes-graphics/wayland/libinput_1.14.0.bb b/meta/recipes-graphics/wayland/libinput_1.14.1.bb index d236f3fa08..38bc8d2c33 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" |