[OE-core] [PATCH] evtest: Add evtest 1.30 support

Daiane Angolini daiane.angolini at freescale.com
Wed May 16 19:51:40 UTC 2012


Port recipe from Meta-OE at 4bf0e7e02544e9ffa54aa0ead966c411d7dbd0be
and update to version 1.30 using FreeDesktop GIT as source.

Signed-off-by: Daiane Angolini <daiane.angolini at freescale.com>
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
 meta/recipes-support/evtest/evtest_1.30.bb |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
 create mode 100644 meta/recipes-support/evtest/evtest_1.30.bb

diff --git a/meta/recipes-support/evtest/evtest_1.30.bb b/meta/recipes-support/evtest/evtest_1.30.bb
new file mode 100644
index 0000000..222d839
--- /dev/null
+++ b/meta/recipes-support/evtest/evtest_1.30.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Simple tool for input event debugging."
+HOMEPAGE = "http://people.freedesktop.org/~whot/evtest/"
+AUTHOR = "Vojtech Pavlik <vojtech at suse.cz>"
+SECTION = "console/utils"
+DEPENDS = "libxml2"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
+
+SRCREV = "e7dd232287764c0533ea89247ff907f350a12016"
+SRC_URI = "git://anongit.freedesktop.org/evtest;protocol=git"
+S = "${WORKDIR}/git"
+
+inherit autotools
+
-- 
1.7.5.4






More information about the Openembedded-core mailing list