diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-05-29 11:38:29 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-29 21:37:56 +0200 |
commit | 0f4e4f8a27a8735559370863eec00fca8e890010 (patch) | |
tree | 4fa141f13742a444641c9d18c011cbfd32b02d83 /meta-oe/recipes-support/evtest | |
parent | 1d54771b96f05c7fd052ab1103658cea806c5f24 (diff) | |
download | meta-openembedded-0f4e4f8a27a8735559370863eec00fca8e890010.tar.gz |
evtest: import from OE rev d4f0211e2078d5033ae0dee74664de5520d8392d
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/evtest')
-rw-r--r-- | meta-oe/recipes-support/evtest/evtest_1.25.bb | 15 |
1 files changed, 15 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 000000000..fdc023f29 --- /dev/null +++ b/meta-oe/recipes-support/evtest/evtest_1.25.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | DESCRIPTION = "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 | PRIORITY = "optional" | ||
6 | LICENSE = "GPLv2" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | ||
8 | |||
9 | DEPENDS = "libxml2" | ||
10 | |||
11 | SRC_URI = "http://cgit.freedesktop.org/~whot/evtest/snapshot/evtest-${PV}.tar.bz2;name=archive" | ||
12 | SRC_URI[archive.md5sum] = "770d6af03affe976bdbe3ad1a922c973" | ||
13 | SRC_URI[archive.sha256sum] = "3d34123c68014dae6f7c19144ef79ea2915fa7a2f89ea35ca375a9cf9e191473" | ||
14 | |||
15 | inherit autotools | ||