[oe-commits] Qian Lei : xkbprint: Add new recipe

git at git.openembedded.org git at git.openembedded.org
Mon Nov 24 11:03:49 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: bd61a50e48e4a4c52114d4874d824af0b3986e0f
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=bd61a50e48e4a4c52114d4874d824af0b3986e0f

Author: Qian Lei <qianl.fnst at cn.fujitsu.com>
Date:   Tue Nov 11 15:55:43 2014 +0800

xkbprint: Add new recipe

xkbprint generates a printable or encapsulated PostScript description
of an XKB keyboard description.

Signed-off-by: Qian Lei <qianl.fnst at cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-graphics/xorg-app/xkbprint_1.0.3.bb | 13 +++++++++++++
 1 file changed, 13 insertions(+)

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 0000000..64b54dd
--- /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"



More information about the Openembedded-commits mailing list