diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
commit | 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch) | |
tree | 0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-oe/recipes-support/evtest | |
download | meta-openembedded-daisy-140929.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-support/evtest')
-rw-r--r-- | meta-oe/recipes-support/evtest/evtest_1.25.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/evtest/evtest_1.25.bb b/meta-oe/recipes-support/evtest/evtest_1.25.bb new file mode 100644 index 0000000000..34b5b74227 --- /dev/null +++ b/meta-oe/recipes-support/evtest/evtest_1.25.bb | |||
@@ -0,0 +1,14 @@ | |||
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 | SRC_URI = "http://cgit.freedesktop.org/~whot/evtest/snapshot/evtest-${PV}.tar.bz2;name=archive" | ||
11 | SRC_URI[archive.md5sum] = "770d6af03affe976bdbe3ad1a922c973" | ||
12 | SRC_URI[archive.sha256sum] = "3d34123c68014dae6f7c19144ef79ea2915fa7a2f89ea35ca375a9cf9e191473" | ||
13 | |||
14 | inherit autotools | ||