From: "Alexander Kanavin" <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Alexander Kanavin <alex.kanavin@gmail.com>
Subject: [PATCH 09/10] xf86-input-libinput: update 0.30.0 -> 1.0.1
Date: Fri, 4 Jun 2021 11:14:57 +0200 [thread overview]
Message-ID: <20210604091458.1381144-9-alex.kanavin@gmail.com> (raw)
In-Reply-To: <20210604091458.1381144-1-alex.kanavin@gmail.com>
License-Update: formatting
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../xorg-driver/xf86-input-libinput_0.30.0.bb | 11 -----------
.../xorg-driver/xf86-input-libinput_1.0.1.bb | 10 ++++++++++
2 files changed, 10 insertions(+), 11 deletions(-)
delete mode 100644 meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.30.0.bb
create mode 100644 meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.0.1.bb
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.30.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.30.0.bb
deleted file mode 100644
index d02988caa4..0000000000
--- a/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.30.0.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-require xorg-driver-input.inc
-
-SUMMARY = "Generic input driver for the X.Org server based on libinput"
-LIC_FILES_CHKSUM = "file://COPYING;md5=5e6b20ea2ef94a998145f0ea3f788ee0"
-
-DEPENDS += "libinput"
-
-SRC_URI[md5sum] = "11dcfa2cc39f790731a9545fcdeea717"
-SRC_URI[sha256sum] = "f9c7f9fd41ae14061e0e9c3bd45fa170e5e21027a2bc5810034e1e748db996c0"
-
-FILES_${PN} += "${datadir}/X11/xorg.conf.d"
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.0.1.bb b/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.0.1.bb
new file mode 100644
index 0000000000..8da47eaa43
--- /dev/null
+++ b/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.0.1.bb
@@ -0,0 +1,10 @@
+require xorg-driver-input.inc
+
+SUMMARY = "Generic input driver for the X.Org server based on libinput"
+LIC_FILES_CHKSUM = "file://COPYING;md5=a22925127bd3c827c384cedd23ed2309"
+
+DEPENDS += "libinput"
+
+SRC_URI[sha256sum] = "fddec49c115591918475155bf16aaf23017d7f814cee7823a0c11f867aca245b"
+
+FILES_${PN} += "${datadir}/X11/xorg.conf.d"
--
2.31.1
next prev parent reply other threads:[~2021-06-04 9:15 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-04 9:14 [PATCH 01/10] virglrenderer: explicitly depend on libgbm Alexander Kanavin
2021-06-04 9:14 ` [PATCH 02/10] elfutils: update 0.183 -> 0.185 Alexander Kanavin
2021-06-04 9:14 ` [PATCH 03/10] libcap: update 2.49 -> 2.50 Alexander Kanavin
2021-06-04 9:14 ` [PATCH 04/10] cmake: update 3.20.2 -> 3.20.3 Alexander Kanavin
2021-06-05 14:35 ` [OE-core] " Richard Purdie
[not found] ` <1685B658849E960A.4717@lists.openembedded.org>
2021-06-05 15:13 ` Richard Purdie
2021-06-05 15:32 ` Khem Raj
2021-06-05 16:09 ` Richard Purdie
2021-06-05 19:27 ` Alexander Kanavin
2021-06-05 23:10 ` Richard Purdie
2021-06-06 19:51 ` Alexander Kanavin
2021-06-06 21:51 ` Khem Raj
2021-06-06 22:06 ` Alexander Kanavin
2021-06-06 22:18 ` Khem Raj
2021-06-07 10:20 ` Alexander Kanavin
2021-06-07 15:10 ` Khem Raj
2021-06-07 16:40 ` Michael Halstead
2021-06-07 17:18 ` Khem Raj
2021-06-07 18:04 ` Alexander Kanavin
2021-06-08 15:40 ` Michael Halstead
2021-06-08 18:15 ` Alexander Kanavin
2021-06-09 11:37 ` Richard Purdie
2021-06-09 14:07 ` Alexander Kanavin
2021-06-11 21:56 ` Michael Halstead
2021-06-11 22:18 ` Alexander Kanavin
2021-06-11 23:29 ` Michael Halstead
2021-06-16 22:45 ` Richard Purdie
2021-09-29 1:11 ` Mittal, Anuj
2021-10-04 16:27 ` Michael Halstead
2021-10-04 18:28 ` Alexander Kanavin
2021-10-04 22:38 ` Michael Halstead
2021-06-04 9:14 ` [PATCH 05/10] perl: split perl-cross into its own recipe Alexander Kanavin
2021-06-07 5:29 ` [OE-core] " Jacob Kroon
2021-06-07 9:13 ` Richard Purdie
2021-06-04 9:14 ` [PATCH 06/10] perl-cross: 1.3.5 -> 1.3.6 Alexander Kanavin
2021-06-04 9:14 ` [PATCH 07/10] perl: update 5.32.1 -> 5.34.0 Alexander Kanavin
2021-06-04 9:14 ` [PATCH 08/10] libgcrypt: upgrade 1.9.2 -> 1.9.3 Alexander Kanavin
2021-06-04 9:14 ` Alexander Kanavin [this message]
2021-06-04 9:14 ` [PATCH 10/10] erofs-utils: correct upstream version check Alexander Kanavin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210604091458.1381144-9-alex.kanavin@gmail.com \
--to=alex.kanavin@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox