mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 03:03:02 +01:00
Fixes: [YOCTO #13471] (From OE-Core rev: 6db24928d62aeb093a0e6da6619713eaca57a96f) Signed-off-by: Ida Delphine <idadelm@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 lines
719 B
BlitzBasic
19 lines
719 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 \
|
|
file://determinism.patch"
|
|
SRC_URI[sha256sum] = "63f4ea1489858a109080e0b40bd43e4e0903a1e12ea888d581db8c495747c2d0"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
UPSTREAM_CHECK_REGEX = "libevdev-(?P<pver>(\d+\.)+(?!90\d+)\d+)"
|