mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch refreshed for 1.36 Changelog: =============== - Add KEY_ROTATE_LOCK_TOGGLE, KEY_REFRESH_RATE_TOGGLE - Add performance key - Add ifdef - Use bytes instead of bits for size of ioctl input - CI: add workflow rules - evtest 1.36 - Add SW_MACHINE_COVER - add KEY_MACRO 1-30 and other keys Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
16 lines
514 B
BlitzBasic
16 lines
514 B
BlitzBasic
SUMMARY = "Simple tool for input event debugging"
|
|
HOMEPAGE = "http://people.freedesktop.org/~whot/evtest/"
|
|
SECTION = "console/utils"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
|
|
|
DEPENDS = "libxml2"
|
|
|
|
SRCREV = "96e6cb5ae90726883be095a3e467e847c06225f7"
|
|
SRC_URI = "git://gitlab.freedesktop.org/libevdev/evtest.git;protocol=https;branch=master \
|
|
file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \
|
|
"
|
|
|
|
|
|
inherit autotools pkgconfig
|