diff options
Diffstat (limited to 'meta-oe/recipes-support/evtest/evtest_git.bb')
| -rw-r--r-- | meta-oe/recipes-support/evtest/evtest_git.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/evtest/evtest_git.bb b/meta-oe/recipes-support/evtest/evtest_git.bb new file mode 100644 index 0000000000..e4e4347eb8 --- /dev/null +++ b/meta-oe/recipes-support/evtest/evtest_git.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | SUMMARY = "Simple tool for input event debugging" | ||
| 2 | HOMEPAGE = "http://people.freedesktop.org/~whot/evtest/" | ||
| 3 | AUTHOR = "Vojtech Pavlik <vojtech@suse.cz>" | ||
| 4 | SECTION = "console/utils" | ||
| 5 | LICENSE = "GPLv2" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | ||
| 7 | |||
| 8 | DEPENDS = "libxml2" | ||
| 9 | |||
| 10 | SRCREV = "67f3dfefb0b5708ad5b692f19c1a3a5b135264ca" | ||
| 11 | SRC_URI = "git://anongit.freedesktop.org/evtest;protocol=git" | ||
| 12 | |||
| 13 | PV = "1.25+${SRCPV}" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | inherit autotools pkgconfig | ||
