[oe-commits] Michel Pollet : esekeyd: ESE keyboard daemon recipe

GIT User account git at amethyst.openembedded.net
Fri Apr 3 16:01:02 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b3c9bf48ee36d1dde12468c218478b6638605c95
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b3c9bf48ee36d1dde12468c218478b6638605c95

Author: Michel Pollet <buserror at gmail.com>
Date:   Fri Apr  3 16:41:20 2009 +0100

esekeyd: ESE keyboard daemon recipe

ESE Key Daemon is a multimedia keyboard driver for Linux.
With the 2.6 kernel series it can also handle remote controls,
as they are presented as keyboards. No kernel patch is required.
It is a userspace program that pools /dev/input/event?
interfaces for incoming keyboard key presses.

URL: http://www.burghardt.pl/

Signed-off-by: Michel Pollet <buserror at gmail.com>

---

 recipes/esekeyd/esekeyd_1.2.4.bb |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/recipes/esekeyd/esekeyd_1.2.4.bb b/recipes/esekeyd/esekeyd_1.2.4.bb
new file mode 100644
index 0000000..5a9deb6
--- /dev/null
+++ b/recipes/esekeyd/esekeyd_1.2.4.bb
@@ -0,0 +1,9 @@
+DESCRIPTION = "ESE Key Daemon"
+LICENSE = "GPL"
+SECTION = "base"
+HOMEPAGE = "http://www.burghardt.pl"
+
+SRC_URI = "http://www.burghardt.pl/files/esekeyd-${PV}.tar.gz"
+
+inherit autotools 
+





More information about the Openembedded-commits mailing list