From 923de79eb7f7acbcb49bedd644717fb851aec462 Mon Sep 17 00:00:00 2001 From: Michel Pollet Date: Fri, 3 Apr 2009 16:41:20 +0100 Subject: [PATCH] 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 --- recipes/esekeyd/esekeyd_1.2.4.bb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 recipes/esekeyd/esekeyd_1.2.4.bb 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 + -- 2.11.4.GIT