xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-support/libevdev/libevdev_1.12.1.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "Wrapper library for evdev devices"
2*4882a593SmuzhiyunDESCRIPTION = "A library for handling evdev kernel devices. It abstracts \
3*4882a593Smuzhiyunthe evdev ioctls through type-safe interfaces and provides functions \
4*4882a593Smuzhiyunto change the appearance of the device."
5*4882a593SmuzhiyunHOMEPAGE = "http://www.freedesktop.org/wiki/Software/libevdev/"
6*4882a593SmuzhiyunSECTION = "libs"
7*4882a593Smuzhiyun
8*4882a593SmuzhiyunLICENSE = "MIT"
9*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=80c550b3197bcb8da7d7557ebcc3fc46 \
10*4882a593Smuzhiyun                    "
11*4882a593Smuzhiyun
12*4882a593SmuzhiyunSRC_URI = "http://www.freedesktop.org/software/libevdev/${BP}.tar.xz"
13*4882a593SmuzhiyunSRC_URI[sha256sum] = "1dbba41bc516d3ca7abc0da5b862efe3ea8a7018fa6e9b97ce9d39401b22426c"
14*4882a593Smuzhiyun
15*4882a593Smuzhiyuninherit autotools pkgconfig
16*4882a593Smuzhiyun
17*4882a593SmuzhiyunUPSTREAM_CHECK_REGEX = "libevdev-(?P<pver>(\d+\.)+(?!90\d+)\d+)"
18