mirror of
https://git.yoctoproject.org/poky
synced 2026-07-16 15:57:04 +00:00
libevdev: upgrade 1.13.0 -> 1.13.1
(From OE-Core rev: 963d4ce6fdd157e27b03d6b319dde3b0eac3565f) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d38b023827
commit
c2765446ca
@@ -0,0 +1,17 @@
|
||||
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] = "06a77bf2ac5c993305882bc1641017f5bec1592d6d1b64787bad492ab34f2f36"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
UPSTREAM_CHECK_REGEX = "libevdev-(?P<pver>(\d+\.)+(?!90\d+)\d+)"
|
||||
Reference in New Issue
Block a user