summaryrefslogtreecommitdiffstats
path: root/recipes/esekeyd
diff options
context:
space:
mode:
authorMichel Pollet <buserror@gmail.com>2009-04-03 16:41:20 +0100
committerMarcin Juszkiewicz <hrw@openembedded.org>2009-04-03 17:47:19 +0200
commitb3c9bf48ee36d1dde12468c218478b6638605c95 (patch)
tree3896b678b9e2ee1f1b50a374a031be2098547437 /recipes/esekeyd
parent58cdfa8f9f5d78a1cb7370ac2c511813c2b80de4 (diff)
downloadopenembedded-b3c9bf48ee36d1dde12468c218478b6638605c95.tar.gz
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@gmail.com>
Diffstat (limited to 'recipes/esekeyd')
-rw-r--r--recipes/esekeyd/esekeyd_1.2.4.bb9
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 0000000000..5a9deb6c55
--- /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
+