Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 1 | SUMMARY = "Wrapper library for evdev devices" |
| 2 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libevdev/" |
| 3 | SECTION = "libs" |
| 4 | |
| 5 | LICENSE = "MIT-X" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=75aae0d38feea6fda97ca381cb9132eb \ |
| 7 | file://libevdev/libevdev.h;endline=21;md5=7ff4f0b5113252c2f1a828e0bbad98d1" |
| 8 | |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 9 | SRC_URI = "http://www.freedesktop.org/software/libevdev/${BP}.tar.xz \ |
| 10 | file://determinism.patch" |
Andrew Geissler | 4b740dc | 2020-05-05 08:54:39 -0500 | [diff] [blame] | 11 | SRC_URI[md5sum] = "13c3f0911f9326d4b9fa103365f84421" |
| 12 | SRC_URI[sha256sum] = "e7e18a64264f2dea19b6c50a481f8c062529d42919ccda0bc861495bce28eb9e" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 13 | |
| 14 | inherit autotools pkgconfig |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 15 | |
| 16 | UPSTREAM_CHECK_REGEX = "libevdev-(?P<pver>(\d+\.)+(?!90\d+)\d+)" |