diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2021-06-03 22:28:27 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-06 23:16:50 +0100 |
commit | d2b05c92b4868786f70f26c3fd2838d43d345f0c (patch) | |
tree | d44e4ee26eeec34e30603a586daab96d2807b33e | |
parent | 452f493ca5c7f1059a9e6aa4b4adba9dc70f902f (diff) | |
download | poky-d2b05c92b4868786f70f26c3fd2838d43d345f0c.tar.gz |
xf86-input-libinput: upgrade 0.30.0 -> 1.0.1
License was changed to real MIT [1]
[1] https://github.com/freedesktop/xorg-xf86-input-libinput/commit/2bbc4727a12471e3699e2803404a013656066a94
(From OE-Core rev: bd4d34ab9bcb1b0125d6bbcf3be58bc363d5d13c)
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.30.0.bb | 11 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.0.1.bb | 11 |
2 files changed, 11 insertions, 11 deletions
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 @@ | |||
1 | require xorg-driver-input.inc | ||
2 | |||
3 | SUMMARY = "Generic input driver for the X.Org server based on libinput" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=5e6b20ea2ef94a998145f0ea3f788ee0" | ||
5 | |||
6 | DEPENDS += "libinput" | ||
7 | |||
8 | SRC_URI[md5sum] = "11dcfa2cc39f790731a9545fcdeea717" | ||
9 | SRC_URI[sha256sum] = "f9c7f9fd41ae14061e0e9c3bd45fa170e5e21027a2bc5810034e1e748db996c0" | ||
10 | |||
11 | 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..1777492ed9 --- /dev/null +++ b/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.0.1.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | require xorg-driver-input.inc | ||
2 | |||
3 | SUMMARY = "Generic input driver for the X.Org server based on libinput" | ||
4 | LICENSE = "MIT" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=a22925127bd3c827c384cedd23ed2309" | ||
6 | |||
7 | DEPENDS += "libinput" | ||
8 | |||
9 | SRC_URI[sha256sum] = "fddec49c115591918475155bf16aaf23017d7f814cee7823a0c11f867aca245b" | ||
10 | |||
11 | FILES_${PN} += "${datadir}/X11/xorg.conf.d" | ||