From f1031454aeb91343a0cf8acb178d17708184984e Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Thu, 10 Dec 2015 23:59:28 +0200 Subject: [PATCH] evtest: update to 1.33 --- recipes/evtest/evtest_1.23.bb | 23 ----------------------- recipes/evtest/evtest_git.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 23 deletions(-) delete mode 100644 recipes/evtest/evtest_1.23.bb create mode 100644 recipes/evtest/evtest_git.bb diff --git a/recipes/evtest/evtest_1.23.bb b/recipes/evtest/evtest_1.23.bb deleted file mode 100644 index 6cf87be50b..0000000000 --- a/recipes/evtest/evtest_1.23.bb +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright (C) 2009 Khem Raj -# Released under the MIT license (see COPYING.MIT for the terms) - -DESCRIPTION = "Event device test program" -AUTHOR = "Vojtech Pavlik " -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 index 0000000000..fa0d6e2fe5 --- /dev/null +++ b/recipes/evtest/evtest_git.bb @@ -0,0 +1,17 @@ +SUMMARY = "Simple tool for input event debugging" +HOMEPAGE = "http://people.freedesktop.org/~whot/evtest/" +AUTHOR = "Vojtech Pavlik " +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 -- 2.39.5