From b447cbb0123c891482582bb38890965627dd3062 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 15 Feb 2009 23:45:52 -0800 Subject: evtest_1.23.bb: New recipe --- packages/evtest/evtest_1.23.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 packages/evtest/evtest_1.23.bb (limited to 'packages/evtest/evtest_1.23.bb') diff --git a/packages/evtest/evtest_1.23.bb b/packages/evtest/evtest_1.23.bb new file mode 100644 index 0000000000..4c5d195277 --- /dev/null +++ b/packages/evtest/evtest_1.23.bb @@ -0,0 +1,21 @@ +# 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}" + +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} +} -- cgit v1.2.3