mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 09:16:36 +01:00
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>
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] = "abf1aace86208eebdd5d3550ffded4c8d73bb405b796d51c389c9d0604cbcfbf"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
UPSTREAM_CHECK_REGEX = "libevdev-(?P<pver>(\d+\.)+(?!90\d+)\d+)"
|