diff options
Diffstat (limited to 'meta-oe/recipes-test/evtest/evtest_1.36.bb')
| -rw-r--r-- | meta-oe/recipes-test/evtest/evtest_1.36.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-oe/recipes-test/evtest/evtest_1.36.bb b/meta-oe/recipes-test/evtest/evtest_1.36.bb new file mode 100644 index 0000000000..20a39a5976 --- /dev/null +++ b/meta-oe/recipes-test/evtest/evtest_1.36.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SUMMARY = "Simple tool for input event debugging" | ||
| 2 | HOMEPAGE = "http://people.freedesktop.org/~whot/evtest/" | ||
| 3 | SECTION = "console/utils" | ||
| 4 | LICENSE = "GPL-2.0-only" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | ||
| 6 | |||
| 7 | DEPENDS = "libxml2" | ||
| 8 | |||
| 9 | SRCREV = "96e6cb5ae90726883be095a3e467e847c06225f7" | ||
| 10 | SRC_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 | |||
| 14 | |||
| 15 | inherit autotools pkgconfig | ||
