All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] libinput: upgrade 1.17.3 -> 1.18.0
@ 2021-06-03 20:28 Andreas Müller
  2021-06-03 20:28 ` [PATCH 2/2] xf86-input-libinput: upgrade 0.30.0 -> 1.0.1 Andreas Müller
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Müller @ 2021-06-03 20:28 UTC (permalink / raw)
  To: openembedded-core

* COPYING changed by link (master->main) [1]

[1] https://gitlab.freedesktop.org/libinput/libinput/-/commit/354df8bce9874e92de2ad8535fdcedaec0755b27

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../wayland/{libinput_1.17.3.bb => libinput_1.18.0.bb}        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/wayland/{libinput_1.17.3.bb => libinput_1.18.0.bb} (91%)

diff --git a/meta/recipes-graphics/wayland/libinput_1.17.3.bb b/meta/recipes-graphics/wayland/libinput_1.18.0.bb
similarity index 91%
rename from meta/recipes-graphics/wayland/libinput_1.17.3.bb
rename to meta/recipes-graphics/wayland/libinput_1.18.0.bb
index ef19146f79..e46071c67b 100644
--- a/meta/recipes-graphics/wayland/libinput_1.17.3.bb
+++ b/meta/recipes-graphics/wayland/libinput_1.18.0.bb
@@ -8,7 +8,7 @@ HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libinput/"
 SECTION = "libs"
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://COPYING;md5=1f2ea9ebff3a2c6d458faf58492efb63"
+LIC_FILES_CHKSUM = "file://COPYING;md5=bab4ac7dc1c10bc0fb037dc76c46ef8a"
 
 DEPENDS = "libevdev udev mtdev libcheck"
 
@@ -16,7 +16,7 @@ SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BP}.tar.xz \
            file://run-ptest \
            file://determinism.patch \
            "
-SRC_URI[sha256sum] = "0d010e0bf601b5d3a06b3c4d77d67751cf554f3e6448e57aa046ea9ee8f818ac"
+SRC_URI[sha256sum] = "18c6a286583268d39841348e561fbb4713bde0c643b360f5d8a3f27800afdb9a"
 
 UPSTREAM_CHECK_REGEX = "libinput-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"
 
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH 2/2] xf86-input-libinput: upgrade 0.30.0 -> 1.0.1
  2021-06-03 20:28 [PATCH 1/2] libinput: upgrade 1.17.3 -> 1.18.0 Andreas Müller
@ 2021-06-03 20:28 ` Andreas Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Müller @ 2021-06-03 20:28 UTC (permalink / raw)
  To: openembedded-core

License was changed to real MIT [1]

[1] https://github.com/freedesktop/xorg-xf86-input-libinput/commit/2bbc4727a12471e3699e2803404a013656066a94

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 ...nput-libinput_0.30.0.bb => xf86-input-libinput_1.0.1.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/xorg-driver/{xf86-input-libinput_0.30.0.bb => xf86-input-libinput_1.0.1.bb} (44%)

diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.30.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.0.1.bb
similarity index 44%
rename from meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.30.0.bb
rename to meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.0.1.bb
index d02988caa4..1777492ed9 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.30.0.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.0.1.bb
@@ -1,11 +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"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=a22925127bd3c827c384cedd23ed2309"
 
 DEPENDS += "libinput"
 
-SRC_URI[md5sum] = "11dcfa2cc39f790731a9545fcdeea717"
-SRC_URI[sha256sum] = "f9c7f9fd41ae14061e0e9c3bd45fa170e5e21027a2bc5810034e1e748db996c0"
+SRC_URI[sha256sum] = "fddec49c115591918475155bf16aaf23017d7f814cee7823a0c11f867aca245b"
 
 FILES_${PN} += "${datadir}/X11/xorg.conf.d"
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-03 20:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-03 20:28 [PATCH 1/2] libinput: upgrade 1.17.3 -> 1.18.0 Andreas Müller
2021-06-03 20:28 ` [PATCH 2/2] xf86-input-libinput: upgrade 0.30.0 -> 1.0.1 Andreas Müller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.