summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/libfakekey
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-09 22:59:03 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-09 22:59:03 +0200
commit972dcfcdbfe75dcfeb777150c136576cf1a71e99 (patch)
tree97a61cd7e293d7ae9d56ef7ed0f81253365bb026 /meta/recipes-graphics/libfakekey
downloadpoky-972dcfcdbfe75dcfeb777150c136576cf1a71e99.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta/recipes-graphics/libfakekey')
-rw-r--r--meta/recipes-graphics/libfakekey/libfakekey_git.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-graphics/libfakekey/libfakekey_git.bb b/meta/recipes-graphics/libfakekey/libfakekey_git.bb
new file mode 100644
index 0000000000..862fe38de2
--- /dev/null
+++ b/meta/recipes-graphics/libfakekey/libfakekey_git.bb
@@ -0,0 +1,20 @@
1SUMMARY = "Library for converting characters to X key-presses"
2DESCRIPTION = "libfakekey is a simple library for converting UTF-8 characters into 'fake' X \
3key-presses."
4HOMEPAGE = "http://matchbox-project.org/"
5BUGTRACKER = "http://bugzilla.yoctoproject.org/"
6
7LICENSE = "LGPLv2+"
8LIC_FILES_CHKSUM = "file://src/libfakekey.c;endline=30;md5=602b5ccd48f64407510867f3373b448c"
9
10DEPENDS = "libxtst"
11SECTION = "x11/wm"
12
13SRCREV = "e327ff049b8503af2dadffa84370a0860b9fb682"
14PV = "0.0+git${SRCPV}"
15
16SRC_URI = "git://git.yoctoproject.org/${BPN}"
17
18S = "${WORKDIR}/git"
19
20inherit autotools pkgconfig gettext