aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-test/evtest/evtest_1.35.bb
blob: 52f684ce5f5461ea5b1a18f0c891a01fa7d4d649 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 = "da347a8f88d2e5729dd12d61ee9743f902065b55"
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 \
           "

S = "${WORKDIR}/git"

inherit autotools pkgconfig