[oe-commits] Michael 'Mickey' Lauer : evtest: rewrite recipe and bump to 1.25; it' s using autotools now

git version control git at git.openembedded.org
Sun Apr 18 23:31:38 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: e8850ebdc439ee7a78dd50d6a0d4db649e74cd49
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e8850ebdc439ee7a78dd50d6a0d4db649e74cd49

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sat Apr 17 12:12:31 2010 +0200

evtest: rewrite recipe and bump to 1.25; it's using autotools now

---

 recipes/evtest/evtest_1.23.bb |   26 --------------------------
 recipes/evtest/evtest_1.25.bb |   13 +++++++++++++
 2 files changed, 13 insertions(+), 26 deletions(-)

diff --git a/recipes/evtest/evtest_1.23.bb b/recipes/evtest/evtest_1.23.bb
deleted file mode 100644
index a44918c..0000000
--- a/recipes/evtest/evtest_1.23.bb
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright (C) 2009 Khem Raj <raj.khem at gmail.com>
-# Released under the MIT license (see COPYING.MIT for the terms)
-
-DESCRIPTION = "Event device test program"
-AUTHOR = "Vojtech Pavlik <vojtech at 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}
-}
-
-SRC_URI[md5sum] = "da26fda6df8835a7cb95182e1fabe912"
-SRC_URI[sha256sum] = "ba2bdf6887eb0ef606402d51a2f4e68510d68dec5afd9f4d30d787950dece770"
diff --git a/recipes/evtest/evtest_1.25.bb b/recipes/evtest/evtest_1.25.bb
new file mode 100644
index 0000000..55de6cb
--- /dev/null
+++ b/recipes/evtest/evtest_1.25.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Simple tool for input event debugging."
+HOMEPAGE = "http://people.freedesktop.org/~whot/evtest/"
+AUTHOR = "Vojtech Pavlik <vojtech at suse.cz>"
+SECTION = "console/utils"
+PRIORITY = "optional"
+LICENSE = "GPLv2"
+PR = "r0"
+
+SRC_URI = "http://cgit.freedesktop.org/~whot/evtest/snapshot/evtest-${PV}.tar.bz2;name=archive"
+SRC_URI[archive.md5sum] = "770d6af03affe976bdbe3ad1a922c973"
+SRC_URI[archive.sha256sum] = "3d34123c68014dae6f7c19144ef79ea2915fa7a2f89ea35ca375a9cf9e191473"
+
+inherit autotools





More information about the Openembedded-commits mailing list