aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics
diff options
context:
space:
mode:
authorQian Lei <qianl.fnst@cn.fujitsu.com>2014-11-11 11:31:55 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2014-11-24 11:58:32 +0100
commit0a3b9697f2a82c9f5d462cb91f9586071bb5a088 (patch)
treeb96a654d7e38c8d41ce92660de8cb8ae7f6b1e75 /meta-oe/recipes-graphics
parent1fc4d862c394e588a7a771062c6aec7b5a6d8a03 (diff)
downloadmeta-openembedded-0a3b9697f2a82c9f5d462cb91f9586071bb5a088.tar.gz
xkbevd: Add new recipe
The xkbevd event daemon listens for specified XKB events and executes requested commands if they occur. Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r--meta-oe/recipes-graphics/xorg-app/xkbevd_1.1.3.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xkbevd_1.1.3.bb b/meta-oe/recipes-graphics/xorg-app/xkbevd_1.1.3.bb
new file mode 100644
index 0000000000..e81a3c9c38
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-app/xkbevd_1.1.3.bb
@@ -0,0 +1,13 @@
+require recipes-graphics/xorg-app/xorg-app-common.inc
+SUMMARY = "A program to compile XKB keyboard description"
+DESCRIPTION = "The xkbevd event daemon listens for specified XKB \
+events and executes requested commands if they occur. "
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=208668fa9004709ba22c2b748140956c"
+
+DEPENDS += "libxkbfile"
+
+BBCLASSEXTEND = "native"
+
+SRC_URI[md5sum] = "37ed71525c63a9acd42e7cde211dcc5b"
+SRC_URI[sha256sum] = "55b2484f9851112c2685d503b64b319f0f98fce74863ef735ecd52b52ceb0116"