From bd61a50e48e4a4c52114d4874d824af0b3986e0f Mon Sep 17 00:00:00 2001 From: Qian Lei Date: Tue, 11 Nov 2014 15:55:43 +0800 Subject: [PATCH] xkbprint: Add new recipe xkbprint generates a printable or encapsulated PostScript description of an XKB keyboard description. Signed-off-by: Qian Lei Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/xorg-app/xkbprint_1.0.3.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-oe/recipes-graphics/xorg-app/xkbprint_1.0.3.bb 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"