mirror of
https://git.yoctoproject.org/poky
synced 2026-07-16 03:47:03 +00:00
libevdev: update to 1.9.0
(From OE-Core rev: 075ce9fdbac8c58696cf5a9718446f94352b6ce8) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
db07280a75
commit
4b4816514a
@@ -0,0 +1,16 @@
|
||||
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 \
|
||||
file://determinism.patch"
|
||||
SRC_URI[md5sum] = "13c3f0911f9326d4b9fa103365f84421"
|
||||
SRC_URI[sha256sum] = "e7e18a64264f2dea19b6c50a481f8c062529d42919ccda0bc861495bce28eb9e"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
UPSTREAM_CHECK_REGEX = "libevdev-(?P<pver>(\d+\.)+(?!90\d+)\d+)"
|
||||
Reference in New Issue
Block a user