From: Michel Pollet Date: Fri, 3 Apr 2009 15:41:20 +0000 (+0100) Subject: esekeyd: ESE keyboard daemon recipe X-Git-Tag: Release-2010-05/1~3791^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3c9bf48ee36d1dde12468c218478b6638605c95;p=openembedded.git 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 --- 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 +