mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
libevdev: Upgrade 1.5.6 -> 1.5.7
Small release with mostly build system fixes. (From OE-Core rev: e8b727c1d9984a094b4c623fef2ca0c48848a790) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@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
7e554c7dec
commit
e99b79c510
14
meta/recipes-support/libevdev/libevdev_1.5.7.bb
Normal file
14
meta/recipes-support/libevdev/libevdev_1.5.7.bb
Normal file
@@ -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] = "4f1cfaee8d75ea3fbbfeb99a98730952"
|
||||
SRC_URI[sha256sum] = "a1e59e37a2f0d397ffd7e83b73af0e638db83b8dd08902ef0f651a21cc1dd422"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
Reference in New Issue
Block a user