mirror of
https://git.yoctoproject.org/poky
synced 2026-02-21 08:59:41 +01:00
determinism.patch removed since it is included in 1.12.0 (From OE-Core rev: d2b063f64ef00ef1fe947d3a92e79876e5df541e) Signed-off-by: Wang Mingyu <wangmy@fujitsu.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] = "2f729e3480695791f9482e8388bd723402b89f0eaf118057bbdea3cecee9b237"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
UPSTREAM_CHECK_REGEX = "libevdev-(?P<pver>(\d+\.)+(?!90\d+)\d+)"
|