diff options
Diffstat (limited to 'packages/evtest')
-rw-r--r-- | packages/evtest/evtest_1.23.bb | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/packages/evtest/evtest_1.23.bb b/packages/evtest/evtest_1.23.bb deleted file mode 100644 index 4c5d195277..0000000000 --- a/packages/evtest/evtest_1.23.bb +++ /dev/null @@ -1,21 +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}" - -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} -} |