mirror of
https://git.yoctoproject.org/poky
synced 2026-07-17 04:07:06 +00:00
libevdev: upgrade to version 1.5.8
Bug fix release. Supports new keycodes in linux 4.15 headers (From OE-Core rev: a0edf6df471bf1993c93b8fbb9a6dfd36264f839) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
10f37113c9
commit
d9b07b640b
@@ -0,0 +1,14 @@
|
||||
SUMMARY = "Wrapper library for evdev devices"
|
||||
HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libevdev/"
|
||||
SECTION = "libs"
|
||||
|
||||
LICENSE = "MIT-X"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=75aae0d38feea6fda97ca381cb9132eb \
|
||||
file://libevdev/libevdev.h;endline=21;md5=7ff4f0b5113252c2f1a828e0bbad98d1"
|
||||
|
||||
SRC_URI = "http://www.freedesktop.org/software/libevdev/${BP}.tar.xz"
|
||||
|
||||
SRC_URI[md5sum] = "c25a8c3939e4ad59a5e9e5e1e354832d"
|
||||
SRC_URI[sha256sum] = "6083d81e46609da8ba80cb826c02d9080764a6dec33c8267ccb7e158833d4c6d"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
Reference in New Issue
Block a user