diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-08-08 08:42:16 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-10 08:25:28 +0100 |
| commit | f60880d8335b01817e71dffa42d1e2c56df378d9 (patch) | |
| tree | 57f0f5473fd0dd11786fd1dba0303f77f61bb28c /meta/recipes-support/libevdev/libevdev_1.13.0.bb | |
| parent | 386c3768de592420510a1352dda67cb0f5ea3646 (diff) | |
| download | poky-f60880d8335b01817e71dffa42d1e2c56df378d9.tar.gz | |
libevdev: upgrade 1.12.1 -> 1.13.0
(From OE-Core rev: a1a9ffb561741bced806658db467498ebe0980f7)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
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.0.bb')
| -rw-r--r-- | meta/recipes-support/libevdev/libevdev_1.13.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-support/libevdev/libevdev_1.13.0.bb b/meta/recipes-support/libevdev/libevdev_1.13.0.bb new file mode 100644 index 0000000000..ddcc4b6129 --- /dev/null +++ b/meta/recipes-support/libevdev/libevdev_1.13.0.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | SUMMARY = "Wrapper library for evdev devices" | ||
| 2 | DESCRIPTION = "A library for handling evdev kernel devices. It abstracts \ | ||
| 3 | the evdev ioctls through type-safe interfaces and provides functions \ | ||
| 4 | to change the appearance of the device." | ||
| 5 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libevdev/" | ||
| 6 | SECTION = "libs" | ||
| 7 | |||
| 8 | LICENSE = "MIT" | ||
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=80c550b3197bcb8da7d7557ebcc3fc46 \ | ||
| 10 | " | ||
| 11 | |||
| 12 | SRC_URI = "http://www.freedesktop.org/software/libevdev/${BP}.tar.xz" | ||
| 13 | SRC_URI[sha256sum] = "9edf2006cc86a5055279647c38ec923d11a821ee4dc2c3033e8d20e8ee237cd9" | ||
| 14 | |||
| 15 | inherit autotools pkgconfig | ||
| 16 | |||
| 17 | UPSTREAM_CHECK_REGEX = "libevdev-(?P<pver>(\d+\.)+(?!90\d+)\d+)" | ||
