1SUMMARY = "Simple tool for input event debugging" 2HOMEPAGE = "http://people.freedesktop.org/~whot/evtest/" 3SECTION = "console/utils" 4LICENSE = "GPL-2.0-only" 5LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" 6 7DEPENDS = "libxml2" 8 9SRCREV = "da347a8f88d2e5729dd12d61ee9743f902065b55" 10SRC_URI = "git://gitlab.freedesktop.org/libevdev/evtest.git;protocol=https;branch=master \ 11 file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \ 12 " 13 14S = "${WORKDIR}/git" 15 16inherit autotools pkgconfig 17