mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
libevdev: upgrade 1.13.2 -> 1.13.3
Changelog: include: sync event codes with kernel 6.10 (From OE-Core rev: 1a364569ca82adf39d2b5c44e8666e64d281d51a) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 8c0167807a9c681b24f3025e6e762df1b3c97157) Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
a6e5a0bf50
commit
0e5dc60deb
@@ -0,0 +1,17 @@
|
||||
SUMMARY = "Wrapper library for evdev devices"
|
||||
DESCRIPTION = "A library for handling evdev kernel devices. It abstracts \
|
||||
the evdev ioctls through type-safe interfaces and provides functions \
|
||||
to change the appearance of the device."
|
||||
HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libevdev/"
|
||||
SECTION = "libs"
|
||||
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=80c550b3197bcb8da7d7557ebcc3fc46 \
|
||||
"
|
||||
|
||||
SRC_URI = "http://www.freedesktop.org/software/libevdev/${BP}.tar.xz"
|
||||
SRC_URI[sha256sum] = "abf1aace86208eebdd5d3550ffded4c8d73bb405b796d51c389c9d0604cbcfbf"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
UPSTREAM_CHECK_REGEX = "libevdev-(?P<pver>(\d+\.)+(?!90\d+)\d+)"
|
||||
Reference in New Issue
Block a user