mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
Changelog: - sync event codes with kernel 6.16 - change the bit to shift to ULL - sync headers with kernel 6.17 (From OE-Core rev: fa8d7550e751cd8e617fd0a5a94fd67da22cf7f7) Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
18 lines
681 B
BlitzBasic
18 lines
681 B
BlitzBasic
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] = "89918ae7b7c13936e6482604a77a2bfbbb74544c5d039fde01c3fa1bdf639987"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
UPSTREAM_CHECK_REGEX = "libevdev-(?P<pver>(\d+\.)+(?!90\d+)\d+)"
|