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@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
+
