aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-app
diff options
context:
space:
mode:
authorQian Lei <qianl.fnst@cn.fujitsu.com>2014-11-11 15:55:43 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2014-11-24 11:58:32 +0100
commitbd61a50e48e4a4c52114d4874d824af0b3986e0f (patch)
treec709ed81a479be27383f3a5f8a06d66989c90fb1 /meta-oe/recipes-graphics/xorg-app
parent0a3b9697f2a82c9f5d462cb91f9586071bb5a088 (diff)
downloadmeta-openembedded-contrib-bd61a50e48e4a4c52114d4874d824af0b3986e0f.tar.gz
xkbprint: Add new recipe
xkbprint generates a printable or encapsulated PostScript description of an XKB keyboard description. 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/xorg-app')
-rw-r--r--meta-oe/recipes-graphics/xorg-app/xkbprint_1.0.3.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xkbprint_1.0.3.bb b/meta-oe/recipes-graphics/xorg-app/xkbprint_1.0.3.bb
new file mode 100644
index 0000000000..64b54dd3ec
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-app/xkbprint_1.0.3.bb
@@ -0,0 +1,13 @@
+require recipes-graphics/xorg-app/xorg-app-common.inc
+SUMMARY = "A program to compile XKB keyboard description"
+DESCRIPTION = "xkbprint generates a printable or encapsulated PostScript \
+description of an XKB keyboard description."
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=20f28f97555b220fde762bc2a4406a8f"
+
+DEPENDS += "libxkbfile"
+
+BBCLASSEXTEND = "native"
+
+SRC_URI[md5sum] = "526b5ba87cccd05aa700fa628bcfda3e"
+SRC_URI[sha256sum] = "fa846db8e588018134bd550f80eb129e4ddfdb96f3b157603a57ae2cdf5892c0"