evtest: update to 1.33
authorGrazvydas Ignotas <notasas@gmail.com>
Thu, 10 Dec 2015 21:59:28 +0000 (23:59 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Thu, 10 Dec 2015 21:59:28 +0000 (23:59 +0200)
recipes/evtest/evtest_1.23.bb [deleted file]
recipes/evtest/evtest_git.bb [new file with mode: 0644]

diff --git a/recipes/evtest/evtest_1.23.bb b/recipes/evtest/evtest_1.23.bb
deleted file mode 100644 (file)
index 6cf87be..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright (C) 2009 Khem Raj <raj.khem@gmail.com>
-# Released under the MIT license (see COPYING.MIT for the terms)
-
-DESCRIPTION = "Event device test program"
-AUTHOR = "Vojtech Pavlik <vojtech@suse.cz>"
-SECTION = "console/utils"
-PRIORITY = "optional"
-LICENSE = "GPLv2"
-PR = "r0"
-
-SRC_URI = "http://beagleboard.googlecode.com/files/evtest.c"
-S = "${WORKDIR}"
-
-TARGET_CC_ARCH += "${LDFLAGS}"
-
-do_compile() {
-    ${CC} evtest.c -o evtest -I${STAGING_INCDIR} -L${STAGING_LIBDIR}
-}
-
-do_install() {
-    install -d ${D}${bindir}
-    install -m 0755 evtest ${D}${bindir}
-}
diff --git a/recipes/evtest/evtest_git.bb b/recipes/evtest/evtest_git.bb
new file mode 100644 (file)
index 0000000..fa0d6e2
--- /dev/null
@@ -0,0 +1,17 @@
+SUMMARY = "Simple tool for input event debugging"
+HOMEPAGE = "http://people.freedesktop.org/~whot/evtest/"
+AUTHOR = "Vojtech Pavlik <vojtech@suse.cz>"
+SECTION = "console/utils"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
+
+DEPENDS = "libxml2"
+
+SRCREV = "ab140a2dab1547f7deb5233be6d94a388cf08b26"
+SRC_URI = "git://anongit.freedesktop.org/evtest;protocol=git"
+
+PV = "1.33+${SRCPV}"
+
+S = "${WORKDIR}/git"
+
+inherit autotools pkgconfig