]> code.ossystems Code Review - openembedded-core.git/commitdiff
libinput: update to 1.8.3
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Tue, 10 Oct 2017 12:04:37 +0000 (15:04 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 9 Nov 2017 12:33:11 +0000 (12:33 +0000)
Drop upstreamed patch.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
meta/recipes-graphics/wayland/libinput/0001-tools-Fix-race-in-autotools-install.patch [deleted file]
meta/recipes-graphics/wayland/libinput_1.8.3.bb [moved from meta/recipes-graphics/wayland/libinput_1.8.1.bb with 81% similarity]

diff --git a/meta/recipes-graphics/wayland/libinput/0001-tools-Fix-race-in-autotools-install.patch b/meta/recipes-graphics/wayland/libinput/0001-tools-Fix-race-in-autotools-install.patch
deleted file mode 100644 (file)
index 4667538..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-From 5e8864c5b7a2e258eea041b0ef66dac7fcab9b7f Mon Sep 17 00:00:00 2001
-From: Jussi Kukkonen <jussi.kukkonen@intel.com>
-Date: Wed, 9 Aug 2017 09:47:14 +0300
-Subject: [PATCH] tools: Fix race in (autotools) install
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-exec/data distinction is done based on install dir so compat scripts
-must be moved in exec hook.
-
-This should fix this occasional failure:
-| install: cannot change permissions of
-| ‘/usr/bin/libinput-debug-events.compat’: No such file or directory
-
-Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
-Upstream-Status: Submitted
----
- tools/Makefile.am | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tools/Makefile.am b/tools/Makefile.am
-index 2c8660b..7ee8b90 100644
---- a/tools/Makefile.am
-+++ b/tools/Makefile.am
-@@ -63,7 +63,7 @@ endif
- EXTRA_DIST = make-ptraccel-graphs.sh install-compat-scripts.sh $(bin_SCRIPTS)
--install-data-hook:
-+install-exec-hook:
-       (cd $(DESTDIR)$(bindir) && mv libinput-list-devices.compat libinput-list-devices)
-       (cd $(DESTDIR)$(bindir) && mv libinput-debug-events.compat libinput-debug-events)
--- 
-2.13.3
-
similarity index 81%
rename from meta/recipes-graphics/wayland/libinput_1.8.1.bb
rename to meta/recipes-graphics/wayland/libinput_1.8.3.bb
index a21babeb09969d71daa3ab5f9c837517ba62f5c4..3a02c4b1d247773eceb11e316547a425bff9f6e1 100644 (file)
@@ -7,12 +7,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2184aef38ff137ed33ce9a63b9d1eb8f"
 
 DEPENDS = "libevdev udev mtdev"
 
-SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BP}.tar.xz \
-           file://0001-tools-Fix-race-in-autotools-install.patch \
-"
+SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BP}.tar.xz"
 
-SRC_URI[md5sum] = "8247f0bb67052ffb272c50c3cb9c5998"
-SRC_URI[sha256sum] = "e3590a9037e561a5791c8bd3b34bfd30fad5cacd8cbefc0d75fafe3a41d07147"
+SRC_URI[md5sum] = "5265244853ad7cf41232b0d3ee805ab9"
+SRC_URI[sha256sum] = "2fe2e2f52f0971a9c43541b8f26582ca8df6ed4bb9050e85eb40d4ff6b13142d"
 
 inherit autotools pkgconfig lib_package