summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libevdev/libevdev_1.13.1.bb
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2023-05-18 10:31:16 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-22 10:53:49 +0100
commitc2765446ca9a4e4ce4e7f30a7762bf65661d69d7 (patch)
treef450dea2d6cc74fdc07a58bb4285b8afbb62178a /meta/recipes-support/libevdev/libevdev_1.13.1.bb
parentd38b0238274625ebe6224f9865766364c007cd91 (diff)
downloadpoky-c2765446ca9a4e4ce4e7f30a7762bf65661d69d7.tar.gz
libevdev: upgrade 1.13.0 -> 1.13.1
(From OE-Core rev: 963d4ce6fdd157e27b03d6b319dde3b0eac3565f) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libevdev/libevdev_1.13.1.bb')
-rw-r--r--meta/recipes-support/libevdev/libevdev_1.13.1.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-support/libevdev/libevdev_1.13.1.bb b/meta/recipes-support/libevdev/libevdev_1.13.1.bb
new file mode 100644
index 0000000000..85cfd78507
--- /dev/null
+++ b/meta/recipes-support/libevdev/libevdev_1.13.1.bb
@@ -0,0 +1,17 @@
1SUMMARY = "Wrapper library for evdev devices"
2DESCRIPTION = "A library for handling evdev kernel devices. It abstracts \
3the evdev ioctls through type-safe interfaces and provides functions \
4to change the appearance of the device."
5HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libevdev/"
6SECTION = "libs"
7
8LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://COPYING;md5=80c550b3197bcb8da7d7557ebcc3fc46 \
10 "
11
12SRC_URI = "http://www.freedesktop.org/software/libevdev/${BP}.tar.xz"
13SRC_URI[sha256sum] = "06a77bf2ac5c993305882bc1641017f5bec1592d6d1b64787bad492ab34f2f36"
14
15inherit autotools pkgconfig
16
17UPSTREAM_CHECK_REGEX = "libevdev-(?P<pver>(\d+\.)+(?!90\d+)\d+)"