diff options
| author | Armin Kuster <akuster808@gmail.com> | 2017-10-26 14:17:32 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2018-03-01 16:10:37 -0800 |
| commit | d698b26edc5394efff2c2076ccb3942d821f1b66 (patch) | |
| tree | fbf16463e5358b773d4df7755c2ce4b368a3e400 /meta-oe/recipes-test/evtest | |
| parent | a1c660848d8f3879ad4396b021e3dafdefeda333 (diff) | |
| download | meta-openembedded-d698b26edc5394efff2c2076ccb3942d821f1b66.tar.gz | |
evtest: move to recipes-test
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-test/evtest')
| -rw-r--r-- | meta-oe/recipes-test/evtest/evtest_git.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-test/evtest/evtest_git.bb b/meta-oe/recipes-test/evtest/evtest_git.bb new file mode 100644 index 0000000000..fa0d6e2fe5 --- /dev/null +++ b/meta-oe/recipes-test/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 = "ab140a2dab1547f7deb5233be6d94a388cf08b26" | ||
| 11 | SRC_URI = "git://anongit.freedesktop.org/evtest;protocol=git" | ||
| 12 | |||
| 13 | PV = "1.33+${SRCPV}" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | inherit autotools pkgconfig | ||
