From 1266e168c5a0310e90d738ade417a36d4b64286b Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 16 Feb 2021 07:52:09 +0000 Subject: [PATCH] libevdev: upgrade 1.10.1 -> 1.11.0 --- .../libevdev/libevdev_1.10.1.bb | 15 --- .../libevdev/libevdev_1.11.0.bb | 113 ++++++++++++++++++ 2 files changed, 113 insertions(+), 15 deletions(-) delete mode 100644 meta/recipes-support/libevdev/libevdev_1.10.1.bb create mode 100644 meta/recipes-support/libevdev/libevdev_1.11.0.bb diff --git a/meta/recipes-support/libevdev/libevdev_1.10.1.bb b/meta/recipes-support/libevdev/libevdev_1.10.1.bb deleted file mode 100644 index 353ded6f28..0000000000 --- a/meta/recipes-support/libevdev/libevdev_1.10.1.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "Wrapper library for evdev devices" -HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libevdev/" -SECTION = "libs" - -LICENSE = "MIT-X" -LIC_FILES_CHKSUM = "file://COPYING;md5=75aae0d38feea6fda97ca381cb9132eb \ - file://libevdev/libevdev.h;endline=21;md5=7ff4f0b5113252c2f1a828e0bbad98d1" - -SRC_URI = "http://www.freedesktop.org/software/libevdev/${BP}.tar.xz \ - file://determinism.patch" -SRC_URI[sha256sum] = "0330fe8357ece915db9366c1b9a6648941aea6f724b73ad6e71401127aa08932" - -inherit autotools pkgconfig - -UPSTREAM_CHECK_REGEX = "libevdev-(?P(\d+\.)+(?!90\d+)\d+)" diff --git a/meta/recipes-support/libevdev/libevdev_1.11.0.bb b/meta/recipes-support/libevdev/libevdev_1.11.0.bb new file mode 100644 index 0000000000..e9f6d39563 --- /dev/null +++ b/meta/recipes-support/libevdev/libevdev_1.11.0.bb @@ -0,0 +1,113 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- COPYING +# +++ COPYING +# @@ -1,23 +1,26 @@ +# +SPDX-License-Identifier: MIT +# + +# Copyright © 2013 Red Hat, Inc. +# Copyright © 2013 David Herrmann +# +# -Permission to use, copy, modify, distribute, and sell this software and its +# -documentation for any purpose is hereby granted without fee, provided that +# -the above copyright notice appear in all copies and that both that copyright +# -notice and this permission notice appear in supporting documentation, and +# -that the name of the copyright holders not be used in advertising or +# -publicity pertaining to distribution of the software without specific, +# -written prior permission. The copyright holders make no representations +# -about the suitability of this software for any purpose. It is provided "as +# -is" without express or implied warranty. +# +Permission is hereby granted, free of charge, to any person obtaining a copy +# +of this software and associated documentation files (the "Software"), to +# +deal in the Software without restriction, including without limitation the +# +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# +sell copies of the Software, and to permit persons to whom the Software is +# +furnished to do so, subject to the following conditions: +# +# -THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +# -INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +# -EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR +# -CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +# -DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +# -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE +# -OF THIS SOFTWARE. +# +The above copyright notice and this permission notice (including the next +# +paragraph) shall be included in all copies or substantial portions of the +# +Software. +# + +# +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# +IN THE SOFTWARE. +# +# The following license is from a Linux kernel header file and there is no GPL +# code this package links to. +# --- libevdev/libevdev.h +# +++ libevdev/libevdev.h +# @@ -1,21 +1,21 @@ +# +/* SPDX-License-Identifier: MIT */ +# /* +# * Copyright © 2013 Red Hat, Inc. +# * +# - * Permission to use, copy, modify, distribute, and sell this software and its +# - * documentation for any purpose is hereby granted without fee, provided that +# - * the above copyright notice appear in all copies and that both that copyright +# - * notice and this permission notice appear in supporting documentation, and +# - * that the name of the copyright holders not be used in advertising or +# - * publicity pertaining to distribution of the software without specific, +# - * written prior permission. The copyright holders make no representations +# - * about the suitability of this software for any purpose. It is provided "as +# - * is" without express or implied warranty. +# + * Permission is hereby granted, free of charge, to any person obtaining a copy +# + * of this software and associated documentation files (the "Software"), to +# + * deal in the Software without restriction, including without limitation the +# + * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# + * sell copies of the Software, and to permit persons to whom the Software is +# + * furnished to do so, subject to the following conditions: +# * +# - * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +# - * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +# - * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR +# - * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +# - * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +# - * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE +# - * OF THIS SOFTWARE. +# - */ +# + * The above copyright notice and this permission notice (including the next +# + * paragraph) shall be included in all copies or substantial portions of the +# + * Software. +# + * +# + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# +# + +SUMMARY = "Wrapper library for evdev devices" +HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libevdev/" +SECTION = "libs" + +LICENSE = "MIT-X" +LIC_FILES_CHKSUM = "file://COPYING;md5=80c550b3197bcb8da7d7557ebcc3fc46 \ + file://libevdev/libevdev.h;endline=21;md5=78ca72ece2a3770571425dd85ce0ec48 \ + " + +SRC_URI = "http://www.freedesktop.org/software/libevdev/${BP}.tar.xz \ + file://determinism.patch" +SRC_URI[sha256sum] = "63f4ea1489858a109080e0b40bd43e4e0903a1e12ea888d581db8c495747c2d0" + +inherit autotools pkgconfig + +UPSTREAM_CHECK_REGEX = "libevdev-(?P(\d+\.)+(?!90\d+)\d+)" -- 2.17.1