xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-test/evtest/evtest_1.34.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1SUMMARY = "Simple tool for input event debugging"
2HOMEPAGE = "http://people.freedesktop.org/~whot/evtest/"
3AUTHOR = "Vojtech Pavlik <vojtech@suse.cz>"
4SECTION = "console/utils"
5LICENSE = "GPL-2.0-only"
6LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
7
8DEPENDS = "libxml2"
9
10SRCREV = "16e5104127a620686bdddc4a9ad62881134d6c69"
11SRC_URI = "git://gitlab.freedesktop.org/libevdev/evtest.git;protocol=https;branch=master \
12           file://add_missing_limits_h_include.patch \
13           file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \
14           "
15
16S = "${WORKDIR}/git"
17
18inherit autotools pkgconfig
19